org.outerj.daisy.books.store
Class BookAclEntry
java.lang.Object
org.outerj.daisy.books.store.BookAclEntry
public final class BookAclEntry
- extends java.lang.Object
An entry in an BookAcl. This is simply a class and not an interface,
since it is just a data holder, it has no behaviour. This object is immutable.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookAclEntry
public BookAclEntry(BookAclSubjectType subjectType,
long subjectValue,
BookAclActionType readPermission,
BookAclActionType managePermission)
getSubjectType
public BookAclSubjectType getSubjectType()
getSubjectValue
public long getSubjectValue()
getReadPermission
public BookAclActionType getReadPermission()
getManagePermission
public BookAclActionType getManagePermission()
getXml
public org.outerx.daisy.x10Bookstoremeta.BookAclDocument.BookAcl.BookAclEntry getXml()
Copyright © -2006 . All Rights Reserved.