org.jbpm.kie.services.impl.form.model
Class SettingsEntry
java.lang.Object
org.jbpm.kie.services.impl.form.model.SettingsEntry
- All Implemented Interfaces:
- Serializable
@Entity
public class SettingsEntry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
SettingsEntry
public SettingsEntry()
SettingsEntry
public SettingsEntry(String key,
String value)
getId
public Long getId()
setId
public void setId(Long id)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.