Class GeneratedCustomerReview
- 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.customerreview.jalo.GeneratedCustomerReview
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CustomerReview
public abstract class GeneratedCustomerReview extends GenericItem
Generated class for typeCustomerReview
.- 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 static java.lang.String
ALIAS
Qualifier of theCustomerReview.alias
attributestatic java.lang.String
APPROVALSTATUS
Qualifier of theCustomerReview.approvalStatus
attributestatic java.lang.String
BLOCKED
Qualifier of theCustomerReview.blocked
attributestatic java.lang.String
COMMENT
Qualifier of theCustomerReview.comment
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
HEADLINE
Qualifier of theCustomerReview.headline
attributestatic java.lang.String
LANGUAGE
Qualifier of theCustomerReview.language
attributestatic java.lang.String
PRODUCT
Qualifier of theCustomerReview.product
attributeprotected static BidirectionalOneToManyHandler<GeneratedCustomerReview>
PRODUCTHANDLER
BidirectionalOneToManyHandler
for handling 1:n PRODUCT's relation attributes from 'one' side.static java.lang.String
RATING
Qualifier of theCustomerReview.rating
attributestatic java.lang.String
USER
Qualifier of theCustomerReview.user
attributeprotected static BidirectionalOneToManyHandler<GeneratedCustomerReview>
USERHANDLER
BidirectionalOneToManyHandler
for handling 1:n USER's relation attributes from 'one' side.-
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 GeneratedCustomerReview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.lang.String
getAlias()
Generated method - Getter of theCustomerReview.alias
attribute.java.lang.String
getAlias(SessionContext ctx)
Generated method - Getter of theCustomerReview.alias
attribute.EnumerationValue
getApprovalStatus()
Generated method - Getter of theCustomerReview.approvalStatus
attribute.EnumerationValue
getApprovalStatus(SessionContext ctx)
Generated method - Getter of theCustomerReview.approvalStatus
attribute.java.lang.String
getComment()
Generated method - Getter of theCustomerReview.comment
attribute.java.lang.String
getComment(SessionContext ctx)
Generated method - Getter of theCustomerReview.comment
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getHeadline()
Generated method - Getter of theCustomerReview.headline
attribute.java.lang.String
getHeadline(SessionContext ctx)
Generated method - Getter of theCustomerReview.headline
attribute.Language
getLanguage()
Generated method - Getter of theCustomerReview.language
attribute.Language
getLanguage(SessionContext ctx)
Generated method - Getter of theCustomerReview.language
attribute.Product
getProduct()
Generated method - Getter of theCustomerReview.product
attribute.Product
getProduct(SessionContext ctx)
Generated method - Getter of theCustomerReview.product
attribute.java.lang.Double
getRating()
Generated method - Getter of theCustomerReview.rating
attribute.java.lang.Double
getRating(SessionContext ctx)
Generated method - Getter of theCustomerReview.rating
attribute.double
getRatingAsPrimitive()
Generated method - Getter of theCustomerReview.rating
attribute.double
getRatingAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerReview.rating
attribute.User
getUser()
Generated method - Getter of theCustomerReview.user
attribute.User
getUser(SessionContext ctx)
Generated method - Getter of theCustomerReview.user
attribute.java.lang.Boolean
isBlocked()
Generated method - Getter of theCustomerReview.blocked
attribute.java.lang.Boolean
isBlocked(SessionContext ctx)
Generated method - Getter of theCustomerReview.blocked
attribute.boolean
isBlockedAsPrimitive()
Generated method - Getter of theCustomerReview.blocked
attribute.boolean
isBlockedAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerReview.blocked
attribute.void
setAlias(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.alias
attribute.void
setAlias(java.lang.String value)
Generated method - Setter of theCustomerReview.alias
attribute.void
setApprovalStatus(EnumerationValue value)
Generated method - Setter of theCustomerReview.approvalStatus
attribute.void
setApprovalStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCustomerReview.approvalStatus
attribute.void
setBlocked(boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.void
setBlocked(SessionContext ctx, boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.void
setBlocked(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.void
setBlocked(java.lang.Boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.void
setComment(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.comment
attribute.void
setComment(java.lang.String value)
Generated method - Setter of theCustomerReview.comment
attribute.void
setHeadline(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.headline
attribute.void
setHeadline(java.lang.String value)
Generated method - Setter of theCustomerReview.headline
attribute.void
setLanguage(Language value)
Generated method - Setter of theCustomerReview.language
attribute.void
setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theCustomerReview.language
attribute.protected void
setProduct(Product value)
Generated method - Setter of theCustomerReview.product
attribute.protected void
setProduct(SessionContext ctx, Product value)
Generated method - Setter of theCustomerReview.product
attribute.void
setRating(double value)
Generated method - Setter of theCustomerReview.rating
attribute.void
setRating(SessionContext ctx, double value)
Generated method - Setter of theCustomerReview.rating
attribute.void
setRating(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCustomerReview.rating
attribute.void
setRating(java.lang.Double value)
Generated method - Setter of theCustomerReview.rating
attribute.void
setUser(SessionContext ctx, User value)
Generated method - Setter of theCustomerReview.user
attribute.void
setUser(User value)
Generated method - Setter of theCustomerReview.user
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
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
-
HEADLINE
public static final java.lang.String HEADLINE
Qualifier of theCustomerReview.headline
attribute- See Also:
- Constant Field Values
-
COMMENT
public static final java.lang.String COMMENT
Qualifier of theCustomerReview.comment
attribute- See Also:
- Constant Field Values
-
RATING
public static final java.lang.String RATING
Qualifier of theCustomerReview.rating
attribute- See Also:
- Constant Field Values
-
BLOCKED
public static final java.lang.String BLOCKED
Qualifier of theCustomerReview.blocked
attribute- See Also:
- Constant Field Values
-
ALIAS
public static final java.lang.String ALIAS
Qualifier of theCustomerReview.alias
attribute- See Also:
- Constant Field Values
-
APPROVALSTATUS
public static final java.lang.String APPROVALSTATUS
Qualifier of theCustomerReview.approvalStatus
attribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theCustomerReview.language
attribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theCustomerReview.user
attribute- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
Qualifier of theCustomerReview.product
attribute- See Also:
- Constant Field Values
-
USERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCustomerReview> USERHANDLER
BidirectionalOneToManyHandler
for handling 1:n USER's relation attributes from 'one' side.
-
PRODUCTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCustomerReview> PRODUCTHANDLER
BidirectionalOneToManyHandler
for handling 1:n PRODUCT's relation attributes from 'one' side.
-
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:
getDefaultAttributeModes
in classItem
-
getAlias
public java.lang.String getAlias(SessionContext ctx)
Generated method - Getter of theCustomerReview.alias
attribute.- Returns:
- the alias - It holds the alias of the customer who wrote the review.
-
getAlias
public java.lang.String getAlias()
Generated method - Getter of theCustomerReview.alias
attribute.- Returns:
- the alias - It holds the alias of the customer who wrote the review.
-
setAlias
public void setAlias(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.alias
attribute.- Parameters:
value
- the alias - It holds the alias of the customer who wrote the review.
-
setAlias
public void setAlias(java.lang.String value)
Generated method - Setter of theCustomerReview.alias
attribute.- Parameters:
value
- the alias - It holds the alias of the customer who wrote the review.
-
getApprovalStatus
public EnumerationValue getApprovalStatus(SessionContext ctx)
Generated method - Getter of theCustomerReview.approvalStatus
attribute.- Returns:
- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
getApprovalStatus
public EnumerationValue getApprovalStatus()
Generated method - Getter of theCustomerReview.approvalStatus
attribute.- Returns:
- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
setApprovalStatus
public void setApprovalStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCustomerReview.approvalStatus
attribute.- Parameters:
value
- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
setApprovalStatus
public void setApprovalStatus(EnumerationValue value)
Generated method - Setter of theCustomerReview.approvalStatus
attribute.- Parameters:
value
- the approvalStatus - Its a review status type - when review is approved it is visible in the frontend.
-
isBlocked
public java.lang.Boolean isBlocked(SessionContext ctx)
Generated method - Getter of theCustomerReview.blocked
attribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
isBlocked
public java.lang.Boolean isBlocked()
Generated method - Getter of theCustomerReview.blocked
attribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
isBlockedAsPrimitive
public boolean isBlockedAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerReview.blocked
attribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
isBlockedAsPrimitive
public boolean isBlockedAsPrimitive()
Generated method - Getter of theCustomerReview.blocked
attribute.- Returns:
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.- Parameters:
value
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(java.lang.Boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.- Parameters:
value
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(SessionContext ctx, boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.- Parameters:
value
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
setBlocked
public void setBlocked(boolean value)
Generated method - Setter of theCustomerReview.blocked
attribute.- Parameters:
value
- the blocked - This attribute can be set to true to indicate, that the review should be blocked, eg when it is offensive.
-
getComment
public java.lang.String getComment(SessionContext ctx)
Generated method - Getter of theCustomerReview.comment
attribute.- Returns:
- the comment - Comment for the customer review
-
getComment
public java.lang.String getComment()
Generated method - Getter of theCustomerReview.comment
attribute.- Returns:
- the comment - Comment for the customer review
-
setComment
public void setComment(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.comment
attribute.- Parameters:
value
- the comment - Comment for the customer review
-
setComment
public void setComment(java.lang.String value)
Generated method - Setter of theCustomerReview.comment
attribute.- Parameters:
value
- the comment - Comment for the customer review
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getHeadline
public java.lang.String getHeadline(SessionContext ctx)
Generated method - Getter of theCustomerReview.headline
attribute.- Returns:
- the headline - Headline for the customer review
-
getHeadline
public java.lang.String getHeadline()
Generated method - Getter of theCustomerReview.headline
attribute.- Returns:
- the headline - Headline for the customer review
-
setHeadline
public void setHeadline(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerReview.headline
attribute.- Parameters:
value
- the headline - Headline for the customer review
-
setHeadline
public void setHeadline(java.lang.String value)
Generated method - Setter of theCustomerReview.headline
attribute.- Parameters:
value
- the headline - Headline for the customer review
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theCustomerReview.language
attribute.- Returns:
- the language - It holds the information about language that review was written with.
-
getLanguage
public Language getLanguage()
Generated method - Getter of theCustomerReview.language
attribute.- Returns:
- the language - It holds the information about language that review was written with.
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theCustomerReview.language
attribute.- Parameters:
value
- the language - It holds the information about language that review was written with.
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theCustomerReview.language
attribute.- Parameters:
value
- the language - It holds the information about language that review was written with.
-
getProduct
public Product getProduct(SessionContext ctx)
Generated method - Getter of theCustomerReview.product
attribute.- Returns:
- the product
-
getProduct
public Product getProduct()
Generated method - Getter of theCustomerReview.product
attribute.- Returns:
- the product
-
setProduct
protected void setProduct(SessionContext ctx, Product value)
Generated method - Setter of theCustomerReview.product
attribute.- Parameters:
value
- the product
-
setProduct
protected void setProduct(Product value)
Generated method - Setter of theCustomerReview.product
attribute.- Parameters:
value
- the product
-
getRating
public java.lang.Double getRating(SessionContext ctx)
Generated method - Getter of theCustomerReview.rating
attribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getRating
public java.lang.Double getRating()
Generated method - Getter of theCustomerReview.rating
attribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getRatingAsPrimitive
public double getRatingAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerReview.rating
attribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getRatingAsPrimitive
public double getRatingAsPrimitive()
Generated method - Getter of theCustomerReview.rating
attribute.- Returns:
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCustomerReview.rating
attribute.- Parameters:
value
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(java.lang.Double value)
Generated method - Setter of theCustomerReview.rating
attribute.- Parameters:
value
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(SessionContext ctx, double value)
Generated method - Setter of theCustomerReview.rating
attribute.- Parameters:
value
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
setRating
public void setRating(double value)
Generated method - Setter of theCustomerReview.rating
attribute.- Parameters:
value
- the rating - The rating, between customerreview.minimalrating (lowest rating) and customerreview.maximalrating (highest rating)
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theCustomerReview.user
attribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theCustomerReview.user
attribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theCustomerReview.user
attribute.- Parameters:
value
- the user
-
setUser
public void setUser(User value)
Generated method - Setter of theCustomerReview.user
attribute.- Parameters:
value
- the user
-
-