org.opencrx.kernel.document1.cci2
Interface DocumentRevision

All Superinterfaces:
Auditee, BasicObject, ContextCapable, Creatable, ExtentCapable, Indexed, Modifiable, SecureObject
All Known Subinterfaces:
DocumentRevision, MediaContent, MediaContent, MediaReference, MediaReference, ResourceIdentifier, ResourceIdentifier
All Known Implementing Classes:
DocumentRevision, MediaContent, MediaReference, ResourceIdentifier

public interface DocumentRevision
extends Auditee, Indexed, SecureObject, BasicObject

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

getAuthor

String getAuthor()
Retrieves the possibly null value for the optional attribute author.

Returns:
The possibly null value for attribute author.

setAuthor

void setAuthor(String author)
Sets a new value for the attribute author.

Parameters:
author - The possibly null new value for attribute author.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getVersion

String getVersion()
Retrieves the possibly null value for the optional attribute version.

Returns:
The possibly null value for attribute version.

setVersion

void setVersion(String version)
Sets a new value for the attribute version.

Parameters:
version - The possibly null new value for attribute version.


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.