Package fr.becpg.repo.security.data
Class ACLGroupData
java.lang.Object
fr.becpg.repo.repository.model.BaseObject
fr.becpg.repo.repository.model.BeCPGDataObject
fr.becpg.repo.security.data.ACLGroupData
- All Implemented Interfaces:
RepositoryEntity,Serializable
ACLGroupData class.
- Version:
- $Id: $Id
- Author:
- matthieu
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List<ACLEntryDataItem>private Booleanprivate Booleanprivate Stringprivate static final longFields inherited from class fr.becpg.repo.repository.model.BeCPGDataObject
aspects, aspectsToRemove, extraProperties, isTransient, name, nodeRef, parentNodeRef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAcls()Getter for the fieldacls.Getter for the fieldisDefaultReadOnly.Getter for the fieldisLocalPermission.Getter for the fieldnodeType.inthashCode()hashCode.voidsetAcls(List<ACLEntryDataItem> acls) Setter for the fieldacls.voidsetIsDefaultReadOnly(Boolean isDefaultReadOnly) Setter for the fieldisDefaultReadOnly.voidsetIsLocalPermission(Boolean isLocalPermission) Setter for the fieldisLocalPermission.voidsetNodeType(String nodeType) Setter for the fieldnodeType.toString()toString.Methods inherited from class fr.becpg.repo.repository.model.BeCPGDataObject
getAspects, getAspectsToRemove, getDbHashCode, getExtraProperties, getName, getNodeRef, getParentNodeRef, isTransient, setAspects, setAspectsToRemove, setDbHashCode, setExtraProperties, setName, setNodeRef, setParentNodeRef, setTransient
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
nodeType
-
isLocalPermission
-
isDefaultReadOnly
-
acls
List<ACLEntryDataItem> acls
-
-
Constructor Details
-
ACLGroupData
public ACLGroupData()
-
-
Method Details
-
getAcls
Getter for the field
acls.- Returns:
- a
Listobject.
-
setAcls
Setter for the field
acls.- Parameters:
acls- aListobject.
-
getNodeType
Getter for the field
nodeType.- Returns:
- a
Stringobject.
-
setNodeType
Setter for the field
nodeType.- Parameters:
nodeType- aStringobject.
-
getIsLocalPermission
Getter for the field
isLocalPermission.- Returns:
- a
Booleanobject.
-
setIsLocalPermission
Setter for the field
isLocalPermission.- Parameters:
isLocalPermission- aBooleanobject
-
getIsDefaultReadOnly
Getter for the field
isDefaultReadOnly.- Returns:
- a
Booleanobject
-
setIsDefaultReadOnly
Setter for the field
isDefaultReadOnly.- Parameters:
isDefaultReadOnly- aBooleanobject
-
hashCode
public int hashCode()hashCode.
- Overrides:
hashCodein classBeCPGDataObject- Returns:
- a int.
-
equals
- Overrides:
equalsin classBeCPGDataObject
-
toString
toString.
- Overrides:
toStringin classBeCPGDataObject- Returns:
- a
Stringobject.
-