Class SofaMapping_impl

    • Field Detail

      • mComponentKey

        private java.lang.String mComponentKey
      • mComponentSofaName

        private java.lang.String mComponentSofaName
      • mAggregateSofaName

        private java.lang.String mAggregateSofaName
      • XMLIZATION_INFO

        private static final XmlizationInfo XMLIZATION_INFO
    • Constructor Detail

      • SofaMapping_impl

        public SofaMapping_impl()
    • Method Detail

      • getComponentKey

        public java.lang.String getComponentKey()
        Description copied from interface: SofaMapping
        Gets the component key. This identifies the component for which this mapping is defined.
        Specified by:
        getComponentKey in interface SofaMapping
        Returns:
        the key
      • setComponentKey

        public void setComponentKey​(java.lang.String aComponentKey)
        Description copied from interface: SofaMapping
        Set the component key. This identifies the component for which this mapping is defined.
        Specified by:
        setComponentKey in interface SofaMapping
        Parameters:
        aComponentKey - the key
      • getComponentSofaName

        public java.lang.String getComponentSofaName()
        Description copied from interface: SofaMapping
        Gets the sofa name assigned by the component.
        Specified by:
        getComponentSofaName in interface SofaMapping
        Returns:
        the component's sofa name
      • setComponentSofaName

        public void setComponentSofaName​(java.lang.String aComponentSofaName)
        Description copied from interface: SofaMapping
        Set the component assigned sofa name.
        Specified by:
        setComponentSofaName in interface SofaMapping
        Parameters:
        aComponentSofaName - the component's sofa name
      • getAggregateSofaName

        public java.lang.String getAggregateSofaName()
        Description copied from interface: SofaMapping
        Get the sofa name assigned by the aggregate.
        Specified by:
        getAggregateSofaName in interface SofaMapping
        Returns:
        the aggregate's sofa name
      • setAggregateSofaName

        public void setAggregateSofaName​(java.lang.String aAggregateSofaName)
        Description copied from interface: SofaMapping
        Set the sofa name assigned by the aggregate.
        Specified by:
        setAggregateSofaName in interface SofaMapping
        Parameters:
        aAggregateSofaName - the aggregate's sofa name
      • getXmlizationInfo

        protected XmlizationInfo getXmlizationInfo()
        Description copied from class: MetaDataObject_impl
        To be implemented by subclasses to return information describing how to represent this object in XML.
        Specified by:
        getXmlizationInfo in class MetaDataObject_impl
        Returns:
        information defining this object's XML representation