@Entity @Unique(id="id", tableName="eg_device", fields="deviceuid", columnName="deviceuid", enableDfltMsg=true) public class Device extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_DEVICE |
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDeviceId() |
Long |
getId() |
String |
getOSVersion() |
String |
getType() |
int |
hashCode() |
void |
setDeviceId(String deviceUId) |
void |
setId(Long id) |
void |
setOSVersion(String OSVersion) |
void |
setType(String type) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetIndexId, getVersion, isNew, toStringpublic static final String SEQ_DEVICE
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getDeviceId()
public void setDeviceId(String deviceUId)
public String getType()
public void setType(String type)
public String getOSVersion()
public void setOSVersion(String OSVersion)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.