public class ProductSystemCountryModel
extends java.lang.Object
| Constructor and Description |
|---|
ProductSystemCountryModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountry()
Getter for country
string value of country code for SystemCountry
|
java.util.Date |
getEffDate()
Getter for effDate
DateTime as EffDate for SystemCountry
|
java.util.Date |
getEndDate()
Getter for endDate
DateTime as EffDate for SystemCountry
|
java.lang.Integer |
getSystemCountryId()
Getter for systemCountryId
Its Integer SystemCountryId value for SystemCountry
|
java.lang.Integer |
getSystemId()
Getter for systemId
Its Integer SystemId value for SystemCountry
|
void |
setCountry(java.lang.String value)
Setter for country
string value of country code for SystemCountry
|
void |
setEffDate(java.util.Date value)
Setter for effDate
DateTime as EffDate for SystemCountry
|
void |
setEndDate(java.util.Date value)
Setter for endDate
DateTime as EffDate for SystemCountry
|
void |
setSystemCountryId(java.lang.Integer value)
Setter for systemCountryId
Its Integer SystemCountryId value for SystemCountry
|
void |
setSystemId(java.lang.Integer value)
Setter for systemId
Its Integer SystemId value for SystemCountry
|
java.lang.String |
toString()
Returns a JSON string representation of ProductSystemCountryModel
|
public java.lang.Integer getSystemCountryId()
public void setSystemCountryId(java.lang.Integer value)
public java.lang.Integer getSystemId()
public void setSystemId(java.lang.Integer value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.util.Date getEffDate()
public void setEffDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String toString()
toString in class java.lang.Object