Package cz.metacentrum.perun.core.api
Class Owner
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Owner
- All Implemented Interfaces:
Serializable
,Comparable<PerunBean>
Deprecated.
Owner of resources
- Author:
- Michal Prochazka, Slavek Licehammer
- See Also:
-
Constructor Summary
ConstructorDescriptionOwner()
Deprecated.Deprecated.Deprecated.Owner
(int id, String name, String contact, OwnerType type, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated.Owner
(int id, String name, String contact, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.boolean
Deprecated.Deprecated.Gets the contact for this instance.getName()
Deprecated.getType()
Deprecated.int
hashCode()
Deprecated.Deprecated.void
setContact
(String contact) Deprecated.Sets the contact for this instance.void
Deprecated.void
Deprecated.void
setTypeByString
(String type) Deprecated.toString()
Deprecated.Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUid
Methods inherited from class cz.metacentrum.perun.core.api.PerunBean
getBeanName, getId, setId
-
Constructor Details
-
Owner
public Owner()Deprecated. -
Owner
Deprecated. -
Owner
public Owner(int id, String name, String contact, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated. -
Owner
Deprecated. -
Owner
public Owner(int id, String name, String contact, OwnerType type, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Deprecated.
-
-
Method Details
-
compareTo
Deprecated.- Specified by:
compareTo
in interfaceComparable<PerunBean>
- Overrides:
compareTo
in classPerunBean
-
equals
Deprecated. -
getContact
Deprecated.Gets the contact for this instance.- Returns:
- The contact.
-
setContact
Deprecated.Sets the contact for this instance.- Parameters:
contact
- The contact.
-
getName
Deprecated. -
setName
Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
hashCode
public int hashCode()Deprecated. -
serializeToString
Deprecated.- Overrides:
serializeToString
in classAuditable
-
setTypeByString
Deprecated. -
toString
Deprecated.
-