Class AceContextEntity
- java.lang.Object
-
- org.alfresco.repo.domain.permissions.AceContextEntity
-
- All Implemented Interfaces:
AceContext
public class AceContextEntity extends Object implements AceContext
Entity for alf_ace_context persistence.- Since:
- 3.4
- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description AceContextEntity()Default constructorAceContextEntity(String classContext, String propertyContext, String kvpContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassContext()LonggetId()StringgetKvpContext()StringgetPropertyContext()LonggetVersion()inthashCode()voidsetClassContext(String classContext)voidsetId(Long id)voidsetKvpContext(String kvpContext)voidsetPropertyContext(String propertyContext)voidsetVersion(Long version)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfaceAceContext
-
setId
public void setId(Long id)
-
getVersion
public Long getVersion()
-
setVersion
public void setVersion(Long version)
-
getClassContext
public String getClassContext()
- Specified by:
getClassContextin interfaceAceContext
-
setClassContext
public void setClassContext(String classContext)
-
getPropertyContext
public String getPropertyContext()
- Specified by:
getPropertyContextin interfaceAceContext
-
setPropertyContext
public void setPropertyContext(String propertyContext)
-
getKvpContext
public String getKvpContext()
- Specified by:
getKvpContextin interfaceAceContext
-
setKvpContext
public void setKvpContext(String kvpContext)
-
-