Package de.hybris.platform.europe1.jalo
Class GeneratedPDTRow
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.europe1.jalo.GeneratedPDTRow
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
PDTRow
public abstract class GeneratedPDTRow extends GenericItem
Generated class for typePDTRow.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringENDTIMEQualifier of thePDTRow.endTimeattributestatic java.lang.StringPGQualifier of thePDTRow.pgattributestatic java.lang.StringPRODUCTQualifier of thePDTRow.productattributestatic java.lang.StringPRODUCTIDQualifier of thePDTRow.productIdattributestatic java.lang.StringPRODUCTMATCHQUALIFIERQualifier of thePDTRow.productMatchQualifierattributestatic java.lang.StringSTARTTIMEQualifier of thePDTRow.startTimeattributestatic java.lang.StringUGQualifier of thePDTRow.ugattributestatic java.lang.StringUSERQualifier of thePDTRow.userattributestatic java.lang.StringUSERMATCHQUALIFIERQualifier of thePDTRow.userMatchQualifierattribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedPDTRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.DategetEndTime()Generated method - Getter of thePDTRow.endTimeattribute.java.util.DategetEndTime(SessionContext ctx)Generated method - Getter of thePDTRow.endTimeattribute.EnumerationValuegetPg()Generated method - Getter of thePDTRow.pgattribute.EnumerationValuegetPg(SessionContext ctx)Generated method - Getter of thePDTRow.pgattribute.ProductgetProduct()Generated method - Getter of thePDTRow.productattribute.ProductgetProduct(SessionContext ctx)Generated method - Getter of thePDTRow.productattribute.java.lang.StringgetProductId()Generated method - Getter of thePDTRow.productIdattribute.java.lang.StringgetProductId(SessionContext ctx)Generated method - Getter of thePDTRow.productIdattribute.java.lang.LonggetProductMatchQualifier()Generated method - Getter of thePDTRow.productMatchQualifierattribute.java.lang.LonggetProductMatchQualifier(SessionContext ctx)Generated method - Getter of thePDTRow.productMatchQualifierattribute.longgetProductMatchQualifierAsPrimitive()Generated method - Getter of thePDTRow.productMatchQualifierattribute.longgetProductMatchQualifierAsPrimitive(SessionContext ctx)Generated method - Getter of thePDTRow.productMatchQualifierattribute.java.util.DategetStartTime()Generated method - Getter of thePDTRow.startTimeattribute.java.util.DategetStartTime(SessionContext ctx)Generated method - Getter of thePDTRow.startTimeattribute.EnumerationValuegetUg()Generated method - Getter of thePDTRow.ugattribute.EnumerationValuegetUg(SessionContext ctx)Generated method - Getter of thePDTRow.ugattribute.UsergetUser()Generated method - Getter of thePDTRow.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of thePDTRow.userattribute.java.lang.LonggetUserMatchQualifier()Generated method - Getter of thePDTRow.userMatchQualifierattribute.java.lang.LonggetUserMatchQualifier(SessionContext ctx)Generated method - Getter of thePDTRow.userMatchQualifierattribute.longgetUserMatchQualifierAsPrimitive()Generated method - Getter of thePDTRow.userMatchQualifierattribute.longgetUserMatchQualifierAsPrimitive(SessionContext ctx)Generated method - Getter of thePDTRow.userMatchQualifierattribute.voidsetEndTime(SessionContext ctx, java.util.Date value)Generated method - Setter of thePDTRow.endTimeattribute.voidsetEndTime(java.util.Date value)Generated method - Setter of thePDTRow.endTimeattribute.protected voidsetPg(EnumerationValue value)Generated method - Setter of thePDTRow.pgattribute.protected voidsetPg(SessionContext ctx, EnumerationValue value)Generated method - Setter of thePDTRow.pgattribute.protected voidsetProduct(Product value)Generated method - Setter of thePDTRow.productattribute.protected voidsetProduct(SessionContext ctx, Product value)Generated method - Setter of thePDTRow.productattribute.protected voidsetProductId(SessionContext ctx, java.lang.String value)Generated method - Setter of thePDTRow.productIdattribute.protected voidsetProductId(java.lang.String value)Generated method - Setter of thePDTRow.productIdattribute.voidsetProductMatchQualifier(long value)Generated method - Setter of thePDTRow.productMatchQualifierattribute.voidsetProductMatchQualifier(SessionContext ctx, long value)Generated method - Setter of thePDTRow.productMatchQualifierattribute.voidsetProductMatchQualifier(SessionContext ctx, java.lang.Long value)Generated method - Setter of thePDTRow.productMatchQualifierattribute.voidsetProductMatchQualifier(java.lang.Long value)Generated method - Setter of thePDTRow.productMatchQualifierattribute.voidsetStartTime(SessionContext ctx, java.util.Date value)Generated method - Setter of thePDTRow.startTimeattribute.voidsetStartTime(java.util.Date value)Generated method - Setter of thePDTRow.startTimeattribute.voidsetUg(EnumerationValue value)Generated method - Setter of thePDTRow.ugattribute.voidsetUg(SessionContext ctx, EnumerationValue value)Generated method - Setter of thePDTRow.ugattribute.voidsetUser(SessionContext ctx, User value)Generated method - Setter of thePDTRow.userattribute.voidsetUser(User value)Generated method - Setter of thePDTRow.userattribute.voidsetUserMatchQualifier(long value)Generated method - Setter of thePDTRow.userMatchQualifierattribute.voidsetUserMatchQualifier(SessionContext ctx, long value)Generated method - Setter of thePDTRow.userMatchQualifierattribute.voidsetUserMatchQualifier(SessionContext ctx, java.lang.Long value)Generated method - Setter of thePDTRow.userMatchQualifierattribute.voidsetUserMatchQualifier(java.lang.Long value)Generated method - Setter of thePDTRow.userMatchQualifierattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of thePDTRow.productattribute- See Also:
- Constant Field Values
-
PG
public static final java.lang.String PG
Qualifier of thePDTRow.pgattribute- See Also:
- Constant Field Values
-
PRODUCTMATCHQUALIFIER
public static final java.lang.String PRODUCTMATCHQUALIFIER
Qualifier of thePDTRow.productMatchQualifierattribute- See Also:
- Constant Field Values
-
STARTTIME
public static final java.lang.String STARTTIME
Qualifier of thePDTRow.startTimeattribute- See Also:
- Constant Field Values
-
ENDTIME
public static final java.lang.String ENDTIME
Qualifier of thePDTRow.endTimeattribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of thePDTRow.userattribute- See Also:
- Constant Field Values
-
UG
public static final java.lang.String UG
Qualifier of thePDTRow.ugattribute- See Also:
- Constant Field Values
-
USERMATCHQUALIFIER
public static final java.lang.String USERMATCHQUALIFIER
Qualifier of thePDTRow.userMatchQualifierattribute- See Also:
- Constant Field Values
-
PRODUCTID
public static final java.lang.String PRODUCTID
Qualifier of thePDTRow.productIdattribute- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
getEndTime
public java.util.Date getEndTime(SessionContext ctx)
Generated method - Getter of thePDTRow.endTimeattribute.- Returns:
- the endTime
-
getEndTime
public java.util.Date getEndTime()
Generated method - Getter of thePDTRow.endTimeattribute.- Returns:
- the endTime
-
setEndTime
public void setEndTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePDTRow.endTimeattribute.- Parameters:
value- the endTime
-
setEndTime
public void setEndTime(java.util.Date value)
Generated method - Setter of thePDTRow.endTimeattribute.- Parameters:
value- the endTime
-
getPg
public EnumerationValue getPg(SessionContext ctx)
Generated method - Getter of thePDTRow.pgattribute.- Returns:
- the pg
-
getPg
public EnumerationValue getPg()
Generated method - Getter of thePDTRow.pgattribute.- Returns:
- the pg
-
setPg
protected void setPg(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePDTRow.pgattribute.- Parameters:
value- the pg
-
setPg
protected void setPg(EnumerationValue value)
Generated method - Setter of thePDTRow.pgattribute.- Parameters:
value- the pg
-
getProduct
public Product getProduct(SessionContext ctx)
Generated method - Getter of thePDTRow.productattribute.- Returns:
- the product
-
getProduct
public Product getProduct()
Generated method - Getter of thePDTRow.productattribute.- Returns:
- the product
-
setProduct
protected void setProduct(SessionContext ctx, Product value)
Generated method - Setter of thePDTRow.productattribute.- Parameters:
value- the product
-
setProduct
protected void setProduct(Product value)
Generated method - Setter of thePDTRow.productattribute.- Parameters:
value- the product
-
getProductId
public java.lang.String getProductId(SessionContext ctx)
Generated method - Getter of thePDTRow.productIdattribute.- Returns:
- the productId
-
getProductId
public java.lang.String getProductId()
Generated method - Getter of thePDTRow.productIdattribute.- Returns:
- the productId
-
setProductId
protected void setProductId(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePDTRow.productIdattribute.- Parameters:
value- the productId
-
setProductId
protected void setProductId(java.lang.String value)
Generated method - Setter of thePDTRow.productIdattribute.- Parameters:
value- the productId
-
getProductMatchQualifier
public java.lang.Long getProductMatchQualifier(SessionContext ctx)
Generated method - Getter of thePDTRow.productMatchQualifierattribute.- Returns:
- the productMatchQualifier
-
getProductMatchQualifier
public java.lang.Long getProductMatchQualifier()
Generated method - Getter of thePDTRow.productMatchQualifierattribute.- Returns:
- the productMatchQualifier
-
getProductMatchQualifierAsPrimitive
public long getProductMatchQualifierAsPrimitive(SessionContext ctx)
Generated method - Getter of thePDTRow.productMatchQualifierattribute.- Returns:
- the productMatchQualifier
-
getProductMatchQualifierAsPrimitive
public long getProductMatchQualifierAsPrimitive()
Generated method - Getter of thePDTRow.productMatchQualifierattribute.- Returns:
- the productMatchQualifier
-
setProductMatchQualifier
public void setProductMatchQualifier(SessionContext ctx, java.lang.Long value)
Generated method - Setter of thePDTRow.productMatchQualifierattribute.- Parameters:
value- the productMatchQualifier
-
setProductMatchQualifier
public void setProductMatchQualifier(java.lang.Long value)
Generated method - Setter of thePDTRow.productMatchQualifierattribute.- Parameters:
value- the productMatchQualifier
-
setProductMatchQualifier
public void setProductMatchQualifier(SessionContext ctx, long value)
Generated method - Setter of thePDTRow.productMatchQualifierattribute.- Parameters:
value- the productMatchQualifier
-
setProductMatchQualifier
public void setProductMatchQualifier(long value)
Generated method - Setter of thePDTRow.productMatchQualifierattribute.- Parameters:
value- the productMatchQualifier
-
getStartTime
public java.util.Date getStartTime(SessionContext ctx)
Generated method - Getter of thePDTRow.startTimeattribute.- Returns:
- the startTime
-
getStartTime
public java.util.Date getStartTime()
Generated method - Getter of thePDTRow.startTimeattribute.- Returns:
- the startTime
-
setStartTime
public void setStartTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePDTRow.startTimeattribute.- Parameters:
value- the startTime
-
setStartTime
public void setStartTime(java.util.Date value)
Generated method - Setter of thePDTRow.startTimeattribute.- Parameters:
value- the startTime
-
getUg
public EnumerationValue getUg(SessionContext ctx)
Generated method - Getter of thePDTRow.ugattribute.- Returns:
- the ug
-
getUg
public EnumerationValue getUg()
Generated method - Getter of thePDTRow.ugattribute.- Returns:
- the ug
-
setUg
public void setUg(SessionContext ctx, EnumerationValue value)
Generated method - Setter of thePDTRow.ugattribute.- Parameters:
value- the ug
-
setUg
public void setUg(EnumerationValue value)
Generated method - Setter of thePDTRow.ugattribute.- Parameters:
value- the ug
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of thePDTRow.userattribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of thePDTRow.userattribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of thePDTRow.userattribute.- Parameters:
value- the user
-
setUser
public void setUser(User value)
Generated method - Setter of thePDTRow.userattribute.- Parameters:
value- the user
-
getUserMatchQualifier
public java.lang.Long getUserMatchQualifier(SessionContext ctx)
Generated method - Getter of thePDTRow.userMatchQualifierattribute.- Returns:
- the userMatchQualifier
-
getUserMatchQualifier
public java.lang.Long getUserMatchQualifier()
Generated method - Getter of thePDTRow.userMatchQualifierattribute.- Returns:
- the userMatchQualifier
-
getUserMatchQualifierAsPrimitive
public long getUserMatchQualifierAsPrimitive(SessionContext ctx)
Generated method - Getter of thePDTRow.userMatchQualifierattribute.- Returns:
- the userMatchQualifier
-
getUserMatchQualifierAsPrimitive
public long getUserMatchQualifierAsPrimitive()
Generated method - Getter of thePDTRow.userMatchQualifierattribute.- Returns:
- the userMatchQualifier
-
setUserMatchQualifier
public void setUserMatchQualifier(SessionContext ctx, java.lang.Long value)
Generated method - Setter of thePDTRow.userMatchQualifierattribute.- Parameters:
value- the userMatchQualifier
-
setUserMatchQualifier
public void setUserMatchQualifier(java.lang.Long value)
Generated method - Setter of thePDTRow.userMatchQualifierattribute.- Parameters:
value- the userMatchQualifier
-
setUserMatchQualifier
public void setUserMatchQualifier(SessionContext ctx, long value)
Generated method - Setter of thePDTRow.userMatchQualifierattribute.- Parameters:
value- the userMatchQualifier
-
setUserMatchQualifier
public void setUserMatchQualifier(long value)
Generated method - Setter of thePDTRow.userMatchQualifierattribute.- Parameters:
value- the userMatchQualifier
-
-