Class OwnerRequestBody

    • Constructor Detail

      • OwnerRequestBody

        public OwnerRequestBody()
        Default constructor
      • OwnerRequestBody

        public OwnerRequestBody​(OwnerRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getOwnerType

        @Deprecated
        public OwnerType getOwnerType()
        Deprecated.
        Return the type of owner.
        Returns:
        string
      • setOwnerType

        @Deprecated
        public void setOwnerType​(OwnerType ownerType)
        Deprecated.
        Set up the type of owner.
        Parameters:
        ownerType - string
      • getOwnerId

        public String getOwnerId()
        Return the owner Id.
        Returns:
        string identifier
      • setOwnerId

        public void setOwnerId​(String ownerId)
        Set up the owner id.
        Parameters:
        ownerId - identifier.
      • getOwnerTypeName

        public String getOwnerTypeName()
      • setOwnerTypeName

        public void setOwnerTypeName​(String ownerTypeName)
      • getOwnerPropertyName

        public String getOwnerPropertyName()
      • setOwnerPropertyName

        public void setOwnerPropertyName​(String ownerPropertyName)
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Return hash code for this object
        Overrides:
        hashCode in class Object
        Returns:
        int hash code