jBPM distribution 6.0.0.Beta4

org.jbpm.form.builder.services.model
Class SettingsEntry

java.lang.Object
  extended by org.jbpm.form.builder.services.model.SettingsEntry
All Implemented Interfaces:
Serializable

@Entity
public class SettingsEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SettingsEntry()
           
SettingsEntry(String key, String value)
           
 
Method Summary
 Long getId()
           
 String getKey()
           
 String getValue()
           
 void setId(Long id)
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SettingsEntry

public SettingsEntry()

SettingsEntry

public SettingsEntry(String key,
                     String value)
Method Detail

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

jBPM distribution 6.0.0.Beta4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.