Class Owner

All Implemented Interfaces:
Serializable, Comparable<PerunBean>

public class Owner extends Auditable implements Comparable<PerunBean>
Deprecated.
Owner of resources
Author:
Michal Prochazka, Slavek Licehammer
See Also:
  • Constructor Details

  • Method Details

    • compareTo

      public int compareTo(PerunBean perunBean)
      Deprecated.
      Specified by:
      compareTo in interface Comparable<PerunBean>
      Overrides:
      compareTo in class PerunBean
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Auditable
    • getContact

      public String getContact()
      Deprecated.
      Gets the contact for this instance.
      Returns:
      The contact.
    • setContact

      public void setContact(String contact)
      Deprecated.
      Sets the contact for this instance.
      Parameters:
      contact - The contact.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getType

      public OwnerType getType()
      Deprecated.
    • setType

      public void setType(OwnerType type)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Auditable
    • serializeToString

      public String serializeToString()
      Deprecated.
      Overrides:
      serializeToString in class Auditable
    • setTypeByString

      public void setTypeByString(String type)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Auditable