public class PropertySource extends Object implements Serializable
This class defines Property Source i.e Source from which Property got entered in to the system. PropertySource can be SAS, PRF etc.
| Constructor and Description |
|---|
PropertySource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Integer |
getID() |
Date |
getLastUpdatedTimeStamp() |
String |
getName() |
String |
getPropSrcCode() |
int |
hashCode() |
void |
setID(Integer id) |
void |
setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp) |
void |
setName(String name) |
void |
setPropSrcCode(String propSrcCode) |
String |
toString() |
boolean |
validate() |
public Integer getID()
public void setID(Integer id)
id - The iD to set.public String getName()
public void setName(String name)
name - The name to set.public Date getLastUpdatedTimeStamp()
public void setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
lastUpdatedTimeStamp - The lastUpdatedTimeStamp to set.public String getPropSrcCode()
public void setPropSrcCode(String propSrcCode)
propSrcCode - the propSrcCode to setpublic boolean equals(Object that)
public boolean validate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.