public class Subnetwork extends SubnetworkBase implements Serializable
| Constructor and Description |
|---|
Subnetwork() |
Subnetwork(long id,
String name,
long[] availablePermissions,
long networkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getAvailablePermissions()
Gets the availablePermissions value for this Subnetwork.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getNetworkId()
Gets the networkId value for this Subnetwork.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAvailablePermissions(long[] availablePermissions)
Sets the availablePermissions value for this Subnetwork.
|
void |
setNetworkId(long networkId)
Sets the networkId value for this Subnetwork.
|
public Subnetwork()
public Subnetwork(long id,
String name,
long[] availablePermissions,
long networkId)
public long[] getAvailablePermissions()
public void setAvailablePermissions(long[] availablePermissions)
availablePermissions - public long getNetworkId()
public void setNetworkId(long networkId)
networkId - public boolean equals(Object obj)
equals in class SubnetworkBasepublic int hashCode()
hashCode in class SubnetworkBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.