Class ServiceForGUI
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Service
cz.metacentrum.perun.controller.model.ServiceForGUI
- All Implemented Interfaces:
Serializable
,Comparable<PerunBean>
Extension of Service (from Perun-Core) to provide more info for GUI
- Author:
- Pavel Zlámal invalid input: '<'256627@mail.muni.cz>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int
hashCode()
void
setAllowedOnFacility
(boolean allowed) toString()
Methods inherited from class cz.metacentrum.perun.core.api.Service
compareTo, getDelay, getDescription, getName, getRecurrence, getScript, isEnabled, isUseExpiredMembers, isUseExpiredVoMembers, serializeToString, setDelay, setDescription, setEnabled, setName, setRecurrence, setScript, setUseExpiredMembers, setUseExpiredVoMembers
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
-
ServiceForGUI
-
-
Method Details