public class PolicyDataBean
extends com.ibm.commerce.beans.SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
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
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String FLAG_DEFAULT
public static final java.lang.String FLAG_DONE
public static final java.lang.String FLAG_ENGLISH
public static final java.lang.String FLAG_STORE
public static final java.lang.Integer LANGUAGE_EN_US
public static final java.lang.String PARAMETER_LANGUAGE_ID
public static final java.lang.String PARAMETER_POLICY_ID
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
DataBeanManager.activate()
runs.populate
in interface com.ibm.commerce.beans.SmartDataBean
populate
in class com.ibm.commerce.beans.SmartDataBeanImpl
java.lang.Exception
public void setEndDate(java.sql.Timestamp endDate)
endDate
- Timestamppublic void setId(java.lang.Long id)
id
- Longpublic void setLanguageId(java.lang.Integer languageId)
languageId
- Stringpublic void setLongDescription(java.lang.String longDescription)
longDescription
- Stringpublic void setPolicyName(java.lang.String policyName)
policyName
- Stringpublic void setPolicyType(java.lang.String policyType)
policyType
- Stringpublic void setProperties(java.lang.String properties)
properties
- Stringpublic void setShortDescription(java.lang.String shortDescription)
shortDescription
- Stringpublic void setStartDate(java.sql.Timestamp startDate)
startDate
- Timestamppublic void setStoreEntId(java.lang.Integer storeEntId)
storeEntId
- Integerpublic void setStoreIdentity(java.lang.String storeIdentity)
storeIdentity
- Stringpublic void setStoreMemberId(java.lang.Long id)
id
- Longpublic void setTimeCreated(java.sql.Timestamp timeCreated)
timeCreated
- Timestamppublic void setTimeUpdated(java.sql.Timestamp timeUpdated)
timeUpdated
- Timestamp