cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Owner

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.Owner
All Implemented Interfaces:
java.io.Serializable

public class Owner
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Owner()
           
Owner(boolean readAccess, boolean writeAccess)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isReadAccess()
          Gets the readAccess value for this Owner.
 boolean isWriteAccess()
          Gets the writeAccess value for this Owner.
 void setReadAccess(boolean readAccess)
          Sets the readAccess value for this Owner.
 void setWriteAccess(boolean writeAccess)
          Sets the writeAccess value for this Owner.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Owner

public Owner()

Owner

public Owner(boolean readAccess,
             boolean writeAccess)
Method Detail

isReadAccess

public boolean isReadAccess()
Gets the readAccess value for this Owner.

Returns:
readAccess

setReadAccess

public void setReadAccess(boolean readAccess)
Sets the readAccess value for this Owner.

Parameters:
readAccess -

isWriteAccess

public boolean isWriteAccess()
Gets the writeAccess value for this Owner.

Returns:
writeAccess

setWriteAccess

public void setWriteAccess(boolean writeAccess)
Sets the writeAccess value for this Owner.

Parameters:
writeAccess -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()