org.apache.airavata.persistance.registry.jpa.model
Class Configuration
java.lang.Object
org.apache.airavata.persistance.registry.jpa.model.Configuration
- All Implemented Interfaces:
- Serializable
@Entity
public class Configuration
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
getConfig_key
public String getConfig_key()
getConfig_val
public String getConfig_val()
getExpire_date
public Timestamp getExpire_date()
setConfig_key
public void setConfig_key(String config_key)
setConfig_val
public void setConfig_val(String config_val)
setExpire_date
public void setExpire_date(Timestamp expire_date)
getCategory_id
public String getCategory_id()
setCategory_id
public void setCategory_id(String category_id)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.