public interface DocumentFolderAssignment
DocumentFolderAssignment| Modifier and Type | Method and Description |
|---|---|
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. |
short getAssignmentRole()
assignmentRole.assignmentRole.void setAssignmentRole(short assignmentRole)
assignmentRole.assignmentRole - The non-null new value for attribute assignmentRole.Boolean isDisabled()
disabled.disabled.void setDisabled(Boolean disabled)
disabled.disabled - The possibly null new value for attribute disabled.DocumentFolder getDocumentFolder()
documentFolder.null – value for this reference.void setDocumentFolder(DocumentFolder documentFolder)
documentFolder.documentFolder - The new – possibly null – value for this reference.Date getValidFrom()
validFrom.validFrom.void setValidFrom(Date validFrom)
validFrom.validFrom - The possibly null new value for attribute validFrom.Date getValidTo()
validTo.validTo.void setValidTo(Date validTo)
validTo.validTo - The possibly null new value for attribute validTo.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.