|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentRevision
Abstract class DocumentRevision
Nested Class Summary | |
---|---|
static interface |
DocumentRevision.Identity
Object Identity |
Method Summary | |
---|---|
String |
getAuthor()
Retrieves the possibly null value for the optional attribute author . |
String |
getName()
Retrieves the value for the attribute name . |
String |
getVersion()
Retrieves the possibly null value for the optional attribute version . |
void |
setAuthor(String author)
Sets a new value for the attribute author . |
void |
setName(String name)
Sets a new value for the attribute name . |
void |
setVersion(String version)
Sets a new value for the attribute version . |
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
---|
getAudit |
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
---|
getIndexEntry, updateIndex |
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
Methods inherited from interface org.openmdx.base.cci2.Creatable |
---|
getCreatedAt, getCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
---|
getIdentity |
Methods inherited from interface org.openmdx.base.cci2.Modifiable |
---|
getModifiedAt, getModifiedBy |
Method Detail |
---|
String getAuthor()
author
.
author
.void setAuthor(String author)
author
.
author
- The possibly null new value for attribute author
.String getName()
name
.
name
.void setName(String name)
name
.
name
- The non-null new value for attribute name
.String getVersion()
version
.
version
.void setVersion(String version)
version
.
version
- The possibly null new value for attribute version
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |