public class PlacementAssignment extends Object implements Serializable
| Constructor and Description |
|---|
PlacementAssignment() |
PlacementAssignment(boolean active,
long placementId) |
| 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 |
getPlacementId()
Gets the placementId value for this PlacementAssignment.
|
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() |
boolean |
isActive()
Gets the active value for this PlacementAssignment.
|
void |
setActive(boolean active)
Sets the active value for this PlacementAssignment.
|
void |
setPlacementId(long placementId)
Sets the placementId value for this PlacementAssignment.
|
public PlacementAssignment()
public PlacementAssignment(boolean active,
long placementId)
public boolean isActive()
public void setActive(boolean active)
active - public long getPlacementId()
public void setPlacementId(long placementId)
placementId - public 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.