| |
|
| java.lang.Object edu.iu.uis.eden.applicationconstants.ApplicationConstant
ApplicationConstant | public class ApplicationConstant implements Serializable(Code) | | Model object for application constants mapped ot ojb.
author: rkirkend author: ewestfal |
ApplicationConstant | public ApplicationConstant()(Code) | | |
getApplicationConstantName | public String getApplicationConstantName()(Code) | | Returns the applicationConstantName. |
getApplicationConstantValue | public String getApplicationConstantValue()(Code) | | Returns the applicationConstantValue. |
getLockVerNbr | public Integer getLockVerNbr()(Code) | | Returns the lockVerNbr. |
hashCode | public int hashCode()(Code) | | |
setApplicationConstantName | public void setApplicationConstantName(String applicationConstantName)(Code) | | Parameters: applicationConstantName - The applicationConstantName to set. |
setApplicationConstantValue | public void setApplicationConstantValue(String applicationConstantValue)(Code) | | Parameters: applicationConstantValue - The applicationConstantValue to set. |
setLockVerNbr | public void setLockVerNbr(Integer lockVerNbr)(Code) | | Parameters: lockVerNbr - The lockVerNbr to set. |
|
|
|