public class PolicyDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
protected java.sql.Timestamp | _endDate |
protected java.lang.Long | _id |
protected java.lang.Integer | _languageId |
protected java.lang.String | _longDescription |
protected java.lang.String | _policyName |
protected java.lang.String | _policyType |
protected java.lang.String | _properties |
protected java.lang.String | _shortDescription |
protected java.sql.Timestamp | _startDate |
protected java.lang.Integer | _storeEntId |
protected java.lang.String | _storeIdentity |
protected java.lang.Long | _storeMemberId |
protected java.sql.Timestamp | _timeCreated |
protected java.sql.Timestamp | _timeUpdated |
static java.lang.String | FLAG_DEFAULT
constants
|
static java.lang.String | FLAG_DONE
constants
|
static java.lang.String | FLAG_ENGLISH
constants
|
static java.lang.String | FLAG_STORE
constants
|
static java.lang.Integer | LANGUAGE_EN_US
default language constant
|
static java.lang.String | PARAMETER_LANGUAGE_ID
constants
|
static java.lang.String | PARAMETER_POLICY_ID
constants
|
Constructor and Description |
---|
PolicyDataBean() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp | getEndDate()
Gets the end date of the business policy
|
java.lang.Long | getId()
Gets the identifier of the business policy
|
java.lang.Integer | getLanguageId()
Gets the language identifier of the business policy
|
java.lang.String | getLongDescription()
Gets the long description of the business policy
|
java.lang.String | getPolicyName()
Gets the name of the business policy
|
java.lang.String | getPolicyType()
Gets the type of the business policy
|
java.lang.String | getProperties()
Gets the properties of the business policy
|
java.lang.String | getShortDescription()
Gets the short description of the business policy
|
java.sql.Timestamp | getStartDate()
Gets the start date of the business policy
|
java.lang.Integer | getStoreEntId()
Gets the store identifier of the business policy
|
java.lang.String | getStoreIdentity()
Gets the store identify of the business policy.
|
java.lang.String | getStoreMemberId()
Gets the store member identifier of the business policy
|
java.sql.Timestamp | getTimeCreated()
Gets the creation time of the business policy
|
java.sql.Timestamp | getTimeUpdated()
Gets the update time of the business policy
|
void | populate()
This method is used to retrieve a Business Policy in the store.
|
void | setEndDate(java.sql.Timestamp endDate)
Sets the end date of the business policy
|
void | setId(java.lang.Long id)
Sets the identifier of the business policy
|
void | setLanguageId(java.lang.Integer languageId)
Sets the language identifier for the data of the business policy
|
void | setLongDescription(java.lang.String longDescription)
Sets the long description of the business policy
|
void | setPolicyName(java.lang.String policyName)
Sets the policy name of the business policy
|
void | setPolicyType(java.lang.String policyType)
Sets the policy type of the business policy
|
void | setProperties(java.lang.String properties)
Sets the properties of the business policy
|
void | setShortDescription(java.lang.String shortDescription)
Sets the short description of the business policy
|
void | setStartDate(java.sql.Timestamp startDate)
Sets the start date of the business policy
|
void | setStoreEntId(java.lang.Integer storeEntId)
Sets the store entity identifier of the business policy
|
void | setStoreIdentity(java.lang.String storeIdentity)
Sets the store identity of the business policy
|
void | setStoreMemberId(java.lang.Long id)
Sets the store member identifier of the owner of the business policy
|
void | setTimeCreated(java.sql.Timestamp timeCreated)
Sets the creation time of the business policy
|
void | setTimeUpdated(java.sql.Timestamp timeUpdated)
Sets the update time of the business policy
|
public static final java.lang.String PARAMETER_POLICY_ID
public static final java.lang.String PARAMETER_LANGUAGE_ID
public static final java.lang.String FLAG_DEFAULT
public static final java.lang.String FLAG_STORE
public static final java.lang.String FLAG_ENGLISH
public static final java.lang.String FLAG_DONE
public static final java.lang.Integer LANGUAGE_EN_US
protected java.lang.Long _id
protected java.lang.String _policyName
protected java.lang.String _policyType
protected java.sql.Timestamp _startDate
protected java.sql.Timestamp _endDate
protected java.lang.Integer _storeEntId
protected java.lang.String _storeIdentity
protected java.lang.Long _storeMemberId
protected java.lang.String _properties
protected java.lang.Integer _languageId
protected java.lang.String _shortDescription
protected java.lang.String _longDescription
protected java.sql.Timestamp _timeCreated
protected java.sql.Timestamp _timeUpdated
public java.sql.Timestamp getEndDate()
public java.lang.Long getId()
public java.lang.Integer getLanguageId()
public java.lang.String getLongDescription()
public java.lang.String getPolicyName()
public java.lang.String getPolicyType()
public java.lang.String getProperties()
public java.lang.String getShortDescription()
public java.sql.Timestamp getStartDate()
public java.lang.Integer getStoreEntId()
public java.lang.String getStoreIdentity()
public java.lang.String getStoreMemberId()
public java.sql.Timestamp getTimeCreated()
public java.sql.Timestamp getTimeUpdated()
public void populate() throws java.lang.Exception
public void setEndDate(java.sql.Timestamp endDate)
public void setId(java.lang.Long id)
public void setLanguageId(java.lang.Integer languageId)
public void setLongDescription(java.lang.String longDescription)
public void setPolicyName(java.lang.String policyName)
public void setPolicyType(java.lang.String policyType)
public void setProperties(java.lang.String properties)
public void setShortDescription(java.lang.String shortDescription)
public void setStartDate(java.sql.Timestamp startDate)
public void setStoreEntId(java.lang.Integer storeEntId)
public void setStoreIdentity(java.lang.String storeIdentity)
public void setStoreMemberId(java.lang.Long id)
public void setTimeCreated(java.sql.Timestamp timeCreated)
public void setTimeUpdated(java.sql.Timestamp timeUpdated)