|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |