public class UserRole extends UserRoleBase implements Serializable
| Constructor and Description |
|---|
UserRole() |
UserRole(long id,
String name,
boolean defaultUserRole,
long subnetworkId,
long parentUserRoleId,
Permission[] permissions,
long totalAssignedUsers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getParentUserRoleId()
Gets the parentUserRoleId value for this UserRole.
|
Permission[] |
getPermissions()
Gets the permissions value for this UserRole.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getTotalAssignedUsers()
Gets the totalAssignedUsers value for this UserRole.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setParentUserRoleId(long parentUserRoleId)
Sets the parentUserRoleId value for this UserRole.
|
void |
setPermissions(Permission[] permissions)
Sets the permissions value for this UserRole.
|
void |
setTotalAssignedUsers(long totalAssignedUsers)
Sets the totalAssignedUsers value for this UserRole.
|
getSubnetworkId, isDefaultUserRole, setDefaultUserRole, setSubnetworkIdpublic UserRole()
public UserRole(long id,
String name,
boolean defaultUserRole,
long subnetworkId,
long parentUserRoleId,
Permission[] permissions,
long totalAssignedUsers)
public long getParentUserRoleId()
public void setParentUserRoleId(long parentUserRoleId)
parentUserRoleId - public Permission[] getPermissions()
public void setPermissions(Permission[] permissions)
permissions - public long getTotalAssignedUsers()
public void setTotalAssignedUsers(long totalAssignedUsers)
totalAssignedUsers - public boolean equals(Object obj)
equals in class UserRoleBasepublic int hashCode()
hashCode in class UserRoleBasepublic 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.