public class MobileDeviceSubmodel extends Technology implements Serializable
| Constructor and Description |
|---|
MobileDeviceSubmodel() |
MobileDeviceSubmodel(Long id,
String name,
String technologyType,
Long mobileDeviceCriterionId,
Long deviceManufacturerCriterionId) |
| 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 |
getDeviceManufacturerCriterionId()
Gets the deviceManufacturerCriterionId value for this MobileDeviceSubmodel.
|
Long |
getMobileDeviceCriterionId()
Gets the mobileDeviceCriterionId value for this MobileDeviceSubmodel.
|
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 |
setDeviceManufacturerCriterionId(Long deviceManufacturerCriterionId)
Sets the deviceManufacturerCriterionId value for this MobileDeviceSubmodel.
|
void |
setMobileDeviceCriterionId(Long mobileDeviceCriterionId)
Sets the mobileDeviceCriterionId value for this MobileDeviceSubmodel.
|
getId, getName, getTechnologyType, setId, setName, setTechnologyTypepublic Long getMobileDeviceCriterionId()
public void setMobileDeviceCriterionId(Long mobileDeviceCriterionId)
mobileDeviceCriterionId - * The mobile device id.public Long getDeviceManufacturerCriterionId()
public void setDeviceManufacturerCriterionId(Long deviceManufacturerCriterionId)
deviceManufacturerCriterionId - * The device manufacturer id.public boolean equals(Object obj)
equals in class Technologypublic int hashCode()
hashCode in class Technologypublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.