| |
|
| org.enhydra.dm.api.FoDocument
All known Subclasses: org.enhydra.dm.business.FoDocumentImpl,
FoDocument | public interface FoDocument (Code) | | FoDocument interface that represents association with FoDocumentDO
object with additional business functionality extensions.
author: Zorica Dudarin |
isAllowCopyContent | public boolean isAllowCopyContent()(Code) | | |
isAllowEditAnnotation | public boolean isAllowEditAnnotation()(Code) | | |
isAllowEditContent | public boolean isAllowEditContent()(Code) | | |
isAllowPrint | public boolean isAllowPrint()(Code) | | |
setAllowCopyContent | public void setAllowCopyContent(boolean allowCopyContent)(Code) | | |
setAllowEditAnnotation | public void setAllowEditAnnotation(boolean allowEditAnnotation)(Code) | | |
setAllowEditContent | public void setAllowEditContent(boolean allowEditContent)(Code) | | |
setAllowPrint | public void setAllowPrint(boolean allowPrint)(Code) | | |
setOwnerPassword | public void setOwnerPassword(String ownerPassword)(Code) | | |
setUserPassword | public void setUserPassword(String userPassword)(Code) | | |
|
|
|