org.outerj.daisy.books.store
Class BookAclEntry

java.lang.Object
  extended by 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.


Constructor Summary
BookAclEntry(BookAclSubjectType subjectType, long subjectValue, BookAclActionType readPermission, BookAclActionType managePermission)
           
 
Method Summary
 BookAclActionType getManagePermission()
           
 BookAclActionType getReadPermission()
           
 BookAclSubjectType getSubjectType()
           
 long getSubjectValue()
           
 org.outerx.daisy.x10Bookstoremeta.BookAclDocument.BookAcl.BookAclEntry getXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookAclEntry

public BookAclEntry(BookAclSubjectType subjectType,
                    long subjectValue,
                    BookAclActionType readPermission,
                    BookAclActionType managePermission)
Method Detail

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.