Package cz.metacentrum.perun.core.api
Class ConsentHub
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.ConsentHub
- All Implemented Interfaces:
- Serializable,- Comparable<PerunBean>
Represents a list of facilities with joint consent management.
- Author:
- Radoslav Čerhák invalid input: '<'r.cerhak@gmail.com>
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConsentHub(int id, String name, boolean enforceConsents, List<Facility> facilities) ConsentHub(int id, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid, String name, boolean enforceConsents, List<Facility> facilities) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanvoidsetEnforceConsents(boolean enforceConsents) voidsetFacilities(List<Facility> facilities) voidtoString()Methods inherited from class cz.metacentrum.perun.core.api.AuditablegetCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class cz.metacentrum.perun.core.api.PerunBeancompareTo, getBeanName, getId, setId
- 
Constructor Details- 
ConsentHubpublic ConsentHub()
- 
ConsentHub
- 
ConsentHub
 
- 
- 
Method Details- 
equals
- 
getFacilities
- 
setFacilities
- 
getName
- 
setName
- 
hashCodepublic int hashCode()
- 
isEnforceConsentspublic boolean isEnforceConsents()
- 
setEnforceConsentspublic void setEnforceConsents(boolean enforceConsents) 
- 
serializeToString- Overrides:
- serializeToStringin class- Auditable
 
- 
toString
 
-