org.opencrx.kernel.document1.cci2
Interface DocumentFolderAssignment

All Known Subinterfaces:
DocumentFolderAssignment, DocumentFolderAssignment, DocumentFolderAssignment, FolderAssignment, FolderAssignment
All Known Implementing Classes:
DocumentFolderAssignment, FolderAssignment

public interface DocumentFolderAssignment

Abstract class DocumentFolderAssignment


Method Summary
 short getAssignmentRole()
          Retrieves the value for the attribute assignmentRole.
 DocumentFolder getDocumentFolder()
          Retrieves the value for the reference documentFolder.
 Date getValidFrom()
          Retrieves the possibly null value for the optional attribute validFrom.
 Date getValidTo()
          Retrieves the possibly null value for the optional attribute validTo.
 Boolean isDisabled()
          Retrieves the possibly null value for the optional attribute disabled.
 void setAssignmentRole(short assignmentRole)
          Sets a new value for the attribute assignmentRole.
 void setDisabled(Boolean disabled)
          Sets a new value for the attribute disabled.
 void setDocumentFolder(DocumentFolder documentFolder)
          Sets a new value for the reference documentFolder.
 void setValidFrom(Date validFrom)
          Sets a new value for the attribute validFrom.
 void setValidTo(Date validTo)
          Sets a new value for the attribute validTo.
 

Method Detail

getAssignmentRole

short getAssignmentRole()
Retrieves the value for the attribute assignmentRole.

Returns:
The non-null value for attribute assignmentRole.

setAssignmentRole

void setAssignmentRole(short assignmentRole)
Sets a new value for the attribute assignmentRole.

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

isDisabled

Boolean isDisabled()
Retrieves the possibly null value for the optional attribute disabled.

Returns:
The possibly null value for attribute disabled.

setDisabled

void setDisabled(Boolean disabled)
Sets a new value for the attribute disabled.

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

getDocumentFolder

DocumentFolder getDocumentFolder()
Retrieves the value for the reference documentFolder.

Returns:
The – possibly null – value for this reference.

setDocumentFolder

void setDocumentFolder(DocumentFolder documentFolder)
Sets a new value for the reference documentFolder.

Parameters:
documentFolder - The new – possibly null – value for this reference.

getValidFrom

Date getValidFrom()
Retrieves the possibly null value for the optional attribute validFrom.

Returns:
The possibly null value for attribute validFrom.

setValidFrom

void setValidFrom(Date validFrom)
Sets a new value for the attribute validFrom.

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

getValidTo

Date getValidTo()
Retrieves the possibly null value for the optional attribute validTo.

Returns:
The possibly null value for attribute validTo.

setValidTo

void setValidTo(Date validTo)
Sets a new value for the attribute validTo.

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


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