org.opencrx.kernel.document1.cci2
Interface DocumentAttachment

All Superinterfaces:
Auditee, BasicObject, ContextCapable, ExtentCapable, Media, SecureObject, ViewCapable
All Known Subinterfaces:
DocumentAttachment
All Known Implementing Classes:
DocumentAttachment

public interface DocumentAttachment
extends Auditee, SecureObject, Media, BasicObject

Class DocumentAttachment


Nested Class Summary
static interface DocumentAttachment.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.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.document1.cci2.Media
getContent, getContentLength, getContentMimeType, getContentName, getDescription, setContent, setContentMimeType, setContentName, setDescription
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.