Method Summary |
|
public GlobalParameter | copy() Makes a copy of this object. |
protected GlobalParameter | copyInto(GlobalParameter copyObj) |
public Object | getByName(String name) Retrieves a field from the object by name passed in as a String. |
public Object | getByPeerName(String name) Retrieves a field from the object by name passed in
as a String. |
public Object | getByPosition(int pos) Retrieves a field from the object by Position as specified
in the xml schema. |
public static synchronized List | getFieldNames() Generate a list of field names. |
public Module | getModule() Returns the associated Module object. |
public Module | getModule(Connection connection) |
public Integer | getModuleId() |
public String | getName() |
public Integer | getParameterId() |
public GlobalParameterPeer | getPeer() returns a peer instance associated with this om. |
public ObjectKey | getPrimaryKey() returns an id that differentiates this object from others
of its class. |
public String | getQueryKey() get an id that differentiates this object from others
of its class. |
public String | getValue() |
protected boolean | isCacheOnSave() Specify whether to cache the object after saving to the db. |
public void | save() Stores the object in the database. |
public void | save(String dbName) Stores the object in the database. |
public void | save(Connection con) Stores the object in the database. |
public void | setModule(Module v) |
public void | setModuleId(Integer v) |
public void | setModuleKey(ObjectKey key) |
public void | setName(String v) |
public void | setParameterId(Integer v) |
public void | setPrimaryKey(ObjectKey key) Set the PrimaryKey using ObjectKey. |
public void | setPrimaryKey(String key) Set the PrimaryKey using a String. |
public void | setQueryKey(String key) set an id that differentiates this object from others
of its class. |
public void | setValue(String v) |
public String | toString() |