Class OwnerImpl

  • All Implemented Interfaces:
    Owner, java.io.Serializable

    public class OwnerImpl
    extends java.lang.Object
    implements java.io.Serializable, Owner
    See Also:
    Serialized Form
    • Constructor Detail

      • OwnerImpl

        public OwnerImpl()
    • Method Detail

      • getUid

        public int getUid()
        Specified by:
        getUid in interface Owner
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Specified by:
        setUid in interface Owner
        Parameters:
        uid - the uid to set
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Owner
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Specified by:
        setType in interface Owner
        Parameters:
        type - the type to set
      • getGuideClass

        public java.lang.String getGuideClass()
        Specified by:
        getGuideClass in interface Owner
        Returns:
        the guideClass
      • setGuideClass

        public void setGuideClass​(java.lang.String guideClass)
        Specified by:
        setGuideClass in interface Owner
        Parameters:
        guideClass - the guideClass to set
      • getLayerUid

        public int getLayerUid()
        Specified by:
        getLayerUid in interface Owner
        Returns:
        the layerUid
      • setLayerUid

        public void setLayerUid​(int layerUid)
        Specified by:
        setLayerUid in interface Owner
        Parameters:
        layerUid - the layerUid to set
      • getSpreadPageUid

        public int getSpreadPageUid()
        Specified by:
        getSpreadPageUid in interface Owner
        Returns:
        the spreadPageUid
      • setSpreadPageUid

        public void setSpreadPageUid​(int spreadPageUid)
        Specified by:
        setSpreadPageUid in interface Owner
        Parameters:
        spreadPageUid - the spreadPageUid to set