Class RegistryObject


  • public class RegistryObject
    extends Object
    • Constructor Detail

      • RegistryObject

        public RegistryObject()
    • Method Detail

      • getGuid

        public String getGuid()
      • getLid

        public String getLid()
      • getAltLid

        public String getAltLid()
      • setGuid

        public void setGuid​(String guid)
      • setLid

        public void setLid​(String lid)
      • setAltLid

        public void setAltLid​(String lid)
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getObjectType

        public String getObjectType()
        Returns:
        the objectType
      • setObjectType

        public void setObjectType​(String objectType)
        Parameters:
        objectType - the objectType to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getVersionName

        public String getVersionName()
        Returns:
        the internally tracked version
      • setVersionName

        public void setVersionName​(String versionName)
        Parameters:
        versionName - the version to set for the registry tracked version
      • getMd5Hash

        public String getMd5Hash()
      • setMd5Hash

        public void setMd5Hash​(String md5Hash)
      • getSlots

        public Slots getSlots()
      • setSlots

        public void setSlots​(Slots slots)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object