public class MobileDeviceSubmodel extends Technology implements Serializable
| Constructor and Description |
|---|
MobileDeviceSubmodel() |
MobileDeviceSubmodel(Long id,
String name,
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.
|
String |
toString() |
getId, getName, setId, setNamepublic String toString()
toString in class Technologypublic Long getMobileDeviceCriterionId()
public void setMobileDeviceCriterionId(Long mobileDeviceCriterionId)
mobileDeviceCriterionId - public Long getDeviceManufacturerCriterionId()
public void setDeviceManufacturerCriterionId(Long deviceManufacturerCriterionId)
deviceManufacturerCriterionId - 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 © 2022. All rights reserved.