public class ACL extends Object implements org.apache.jute.Record
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Object peer_) | 
| void | deserialize(org.apache.jute.InputArchive a_,
           String tag) | 
| boolean | equals(Object peer_) | 
| Id | getId() | 
| int | getPerms() | 
| int | hashCode() | 
| void | readFields(DataInput in) | 
| void | serialize(org.apache.jute.OutputArchive a_,
         String tag) | 
| void | setId(Id m_) | 
| void | setPerms(int m_) | 
| static String | signature() | 
| String | toString() | 
| void | write(DataOutput out) | 
public ACL()
public ACL(int perms, Id id)
public int getPerms()
public void setPerms(int m_)
public Id getId()
public void setId(Id m_)
public void serialize(org.apache.jute.OutputArchive a_,
             String tag)
               throws IOException
serialize in interface org.apache.jute.RecordIOExceptionpublic void deserialize(org.apache.jute.InputArchive a_,
               String tag)
                 throws IOException
deserialize in interface org.apache.jute.RecordIOExceptionpublic void write(DataOutput out) throws IOException
IOExceptionpublic void readFields(DataInput in) throws IOException
IOExceptionpublic int compareTo(Object peer_) throws ClassCastException
ClassCastExceptionpublic static String signature()
Copyright © 2017 The Apache Software Foundation