com.ibm.commerce.store.facade.server.entity.datatypes

Interface Stlocattr

    • Method Detail

      • getStlocattr_id

        int getStlocattr_id()
        Returns the value of the 'Stlocattr id' attribute.

        If the meaning of the 'Stlocattr id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Stlocattr id' attribute.
        See Also:
        setStlocattr_id(int), StoreEntityPackage.getStlocattr_Stlocattr_id()
      • setStlocattr_id

        void setStlocattr_id(int value)
        Sets the value of the 'Stlocattr id' attribute.
        Parameters:
        value - the new value of the 'Stlocattr id' attribute.
        See Also:
        getStlocattr_id()
      • getLanguage_id

        int getLanguage_id()
        Returns the value of the 'Language id' attribute.

        If the meaning of the 'Language id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Language id' attribute.
        See Also:
        setLanguage_id(int), StoreEntityPackage.getStlocattr_Language_id()
      • setLanguage_id

        void setLanguage_id(int value)
        Sets the value of the 'Language id' attribute.
        Parameters:
        value - the new value of the 'Language id' attribute.
        See Also:
        getLanguage_id()
      • getStloc_id

        int getStloc_id()
        Returns the value of the 'Stloc id' attribute.

        If the meaning of the 'Stloc id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Stloc id' attribute.
        See Also:
        setStloc_id(int), StoreEntityPackage.getStlocattr_Stloc_id()
      • setStloc_id

        void setStloc_id(int value)
        Sets the value of the 'Stloc id' attribute.
        Parameters:
        value - the new value of the 'Stloc id' attribute.
        See Also:
        getStloc_id()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), StoreEntityPackage.getStlocattr_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getDisplayname

        java.lang.String getDisplayname()
        Returns the value of the 'Displayname' attribute.

        If the meaning of the 'Displayname' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Displayname' attribute.
        See Also:
        setDisplayname(String), StoreEntityPackage.getStlocattr_Displayname()
      • setDisplayname

        void setDisplayname(java.lang.String value)
        Sets the value of the 'Displayname' attribute.
        Parameters:
        value - the new value of the 'Displayname' attribute.
        See Also:
        getDisplayname()
      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute.

        If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), StoreEntityPackage.getStlocattr_Value()
      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getDisplayvalue

        java.lang.String getDisplayvalue()
        Returns the value of the 'Displayvalue' attribute.

        If the meaning of the 'Displayvalue' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Displayvalue' attribute.
        See Also:
        setDisplayvalue(String), StoreEntityPackage.getStlocattr_Displayvalue()
      • setDisplayvalue

        void setDisplayvalue(java.lang.String value)
        Sets the value of the 'Displayvalue' attribute.
        Parameters:
        value - the new value of the 'Displayvalue' attribute.
        See Also:
        getDisplayvalue()
      • getImage

        java.lang.String getImage()
        Returns the value of the 'Image' attribute.

        If the meaning of the 'Image' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Image' attribute.
        See Also:
        setImage(String), StoreEntityPackage.getStlocattr_Image()
      • setImage

        void setImage(java.lang.String value)
        Sets the value of the 'Image' attribute.
        Parameters:
        value - the new value of the 'Image' attribute.
        See Also:
        getImage()
      • getDisplayable

        short getDisplayable()
        Returns the value of the 'Displayable' attribute.

        If the meaning of the 'Displayable' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Displayable' attribute.
        See Also:
        setDisplayable(short), StoreEntityPackage.getStlocattr_Displayable()
      • setDisplayable

        void setDisplayable(short value)
        Sets the value of the 'Displayable' attribute.
        Parameters:
        value - the new value of the 'Displayable' attribute.
        See Also:
        getDisplayable()
      • getSeq

        java.lang.Double getSeq()
        Returns the value of the 'Seq' attribute.

        If the meaning of the 'Seq' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Seq' attribute.
        See Also:
        setSeq(Double), StoreEntityPackage.getStlocattr_Seq()
      • setSeq

        void setSeq(java.lang.Double value)
        Sets the value of the 'Seq' attribute.
        Parameters:
        value - the new value of the 'Seq' attribute.
        See Also:
        getSeq()
      • getOptcounter

        short getOptcounter()
        Returns the value of the 'Optcounter' attribute.

        If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Optcounter' attribute.
        See Also:
        setOptcounter(short), StoreEntityPackage.getStlocattr_Optcounter()
      • setOptcounter

        void setOptcounter(short value)
        Sets the value of the 'Optcounter' attribute.
        Parameters:
        value - the new value of the 'Optcounter' attribute.
        See Also:
        getOptcounter()
      • getStlocForStlocattr

        Stloc getStlocForStlocattr()
        Returns the value of the 'Stloc For Stlocattr' reference. It is bidirectional and its opposite is 'Stlocattr For Stloc'.

        If the meaning of the 'Stloc For Stlocattr' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Stloc For Stlocattr' reference.
        See Also:
        setStlocForStlocattr(Stloc), StoreEntityPackage.getStlocattr_StlocForStlocattr(), Stloc.getStlocattrForStloc()