public abstract class AbstractListItemTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private Boolean |
isDefault |
private String |
value |
| Constructor and Description |
|---|
AbstractListItemTO() |
AbstractListItemTO(Long id,
Integer version,
String description,
String value,
Boolean isDefault) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Class<? extends AbstractListItemTO> |
factoryTOByEntryType(SystemDefaultListType listType) |
String |
getDescription() |
Boolean |
getIsDefault() |
String |
getValue() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setIsDefault(Boolean isDefault) |
void |
setValue(String value) |
String |
toString() |
clearPersistanceProps, getDateCreated, getDateModified, getId, getVersion, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate String description
private String value
private Boolean isDefault
public String getDescription()
public void setDescription(String description)
public String getValue()
public void setValue(String value)
public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
public static Class<? extends AbstractListItemTO> factoryTOByEntryType(SystemDefaultListType listType)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.