@Entity(name="org.beangle.ems.config.model.PropertyConfigItemBean") public class PropertyConfigItemBean extends IntegerIdObject
id| Constructor and Description |
|---|
PropertyConfigItemBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
equals, getId, hashCode, isPersisted, isTransient, setIdpublic String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
Copyright © 2005–2019 The Beangle Software. All rights reserved.