Package cz.metacentrum.perun.core.api
Class Facility
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Facility
- All Implemented Interfaces:
HasUuid
,Serializable
,Comparable<PerunBean>
- Direct Known Subclasses:
RichFacility
Class represents facility.
- Author:
- Michal Prochazka
- See Also:
-
Constructor Summary
-
Method Summary
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
-
Facility
public Facility() -
Facility
-
Facility
-
Facility
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PerunBean>
- Overrides:
compareTo
in classPerunBean
-
equals
-
getDescription
-
setDescription
-
getName
-
setName
-
getUuid
Description copied from interface:HasUuid
Get UUID. -
setUuid
-
hashCode
public int hashCode() -
serializeToString
- Overrides:
serializeToString
in classAuditable
-
toString
-