cgl.axis.services.WSCTX.uddi_wsctx_schema
Class AccessRightInfo

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

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

See Also:
Serialized Form

Constructor Summary
AccessRightInfo()
           
AccessRightInfo(Group group, Others others, Owner owner)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Group getGroup()
          Gets the group value for this AccessRightInfo.
 Others getOthers()
          Gets the others value for this AccessRightInfo.
 Owner getOwner()
          Gets the owner value for this AccessRightInfo.
 int hashCode()
           
 void setGroup(Group group)
          Sets the group value for this AccessRightInfo.
 void setOthers(Others others)
          Sets the others value for this AccessRightInfo.
 void setOwner(Owner owner)
          Sets the owner value for this AccessRightInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessRightInfo

public AccessRightInfo()

AccessRightInfo

public AccessRightInfo(Group group,
                       Others others,
                       Owner owner)
Method Detail

getGroup

public Group getGroup()
Gets the group value for this AccessRightInfo.

Returns:
group

setGroup

public void setGroup(Group group)
Sets the group value for this AccessRightInfo.

Parameters:
group -

getOthers

public Others getOthers()
Gets the others value for this AccessRightInfo.

Returns:
others

setOthers

public void setOthers(Others others)
Sets the others value for this AccessRightInfo.

Parameters:
others -

getOwner

public Owner getOwner()
Gets the owner value for this AccessRightInfo.

Returns:
owner

setOwner

public void setOwner(Owner owner)
Sets the owner value for this AccessRightInfo.

Parameters:
owner -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()