public class AceContextEntity extends Object implements AceContext
| Constructor and Description |
|---|
AceContextEntity()
Default constructor
|
AceContextEntity(String classContext,
String propertyContext,
String kvpContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassContext() |
Long |
getId() |
String |
getKvpContext() |
String |
getPropertyContext() |
Long |
getVersion() |
int |
hashCode() |
void |
setClassContext(String classContext) |
void |
setId(Long id) |
void |
setKvpContext(String kvpContext) |
void |
setPropertyContext(String propertyContext) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
getId in interface AceContextpublic void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public String getClassContext()
getClassContext in interface AceContextpublic void setClassContext(String classContext)
public String getPropertyContext()
getPropertyContext in interface AceContextpublic void setPropertyContext(String propertyContext)
public String getKvpContext()
getKvpContext in interface AceContextpublic void setKvpContext(String kvpContext)
Copyright © 2005–2018 Alfresco Software. All rights reserved.