imcode.server.document
Class DocumentPermissionSets
java.lang.Object
imcode.server.document.DocumentPermissionSets
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class DocumentPermissionSets
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentPermissionSets
public DocumentPermissionSets()
setRestricted1
public void setRestricted1(DocumentPermissionSetDomainObject restricted1)
setRestricted2
public void setRestricted2(DocumentPermissionSetDomainObject restricted2)
getRestricted1
public DocumentPermissionSetDomainObject getRestricted1()
getRestricted2
public DocumentPermissionSetDomainObject getRestricted2()
getRestricted
public DocumentPermissionSetDomainObject getRestricted(int n)
clone
public DocumentPermissionSets clone()
- Overrides:
clone in class java.lang.Object