Class GeneratedCustomerVendorReview
- 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.marketplaceservices.jalo.GeneratedCustomerVendorReview
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
CustomerVendorReview
public abstract class GeneratedCustomerVendorReview extends GenericItem
Generated class for typeCustomerVendorReview.- 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.StringAPPROVALSTATUSQualifier of theCustomerVendorReview.approvalStatusattributestatic java.lang.StringCOMMENTQualifier of theCustomerVendorReview.commentattributestatic java.lang.StringCOMMUNICATIONQualifier of theCustomerVendorReview.communicationattributestatic java.lang.StringCONSIGNMENTQualifier of theCustomerVendorReview.consignmentattributestatic java.lang.StringCREATEDATEQualifier of theCustomerVendorReview.createDateattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDELIVERYQualifier of theCustomerVendorReview.deliveryattributestatic java.lang.StringLANGUAGEQualifier of theCustomerVendorReview.languageattributestatic java.lang.StringSATISFACTIONQualifier of theCustomerVendorReview.satisfactionattributestatic java.lang.StringUSERQualifier of theCustomerVendorReview.userattributestatic java.lang.StringVENDORQualifier of theCustomerVendorReview.vendorattribute-
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 GeneratedCustomerVendorReview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumerationValuegetApprovalStatus()Generated method - Getter of theCustomerVendorReview.approvalStatusattribute.EnumerationValuegetApprovalStatus(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.approvalStatusattribute.java.lang.StringgetComment()Generated method - Getter of theCustomerVendorReview.commentattribute.java.lang.StringgetComment(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.commentattribute.java.lang.DoublegetCommunication()Generated method - Getter of theCustomerVendorReview.communicationattribute.java.lang.DoublegetCommunication(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.communicationattribute.doublegetCommunicationAsPrimitive()Generated method - Getter of theCustomerVendorReview.communicationattribute.doublegetCommunicationAsPrimitive(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.communicationattribute.ConsignmentgetConsignment()Generated method - Getter of theCustomerVendorReview.consignmentattribute.ConsignmentgetConsignment(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.consignmentattribute.java.util.DategetCreateDate()Generated method - Getter of theCustomerVendorReview.createDateattribute.java.util.DategetCreateDate(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.createDateattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.DoublegetDelivery()Generated method - Getter of theCustomerVendorReview.deliveryattribute.java.lang.DoublegetDelivery(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.deliveryattribute.doublegetDeliveryAsPrimitive()Generated method - Getter of theCustomerVendorReview.deliveryattribute.doublegetDeliveryAsPrimitive(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.deliveryattribute.LanguagegetLanguage()Generated method - Getter of theCustomerVendorReview.languageattribute.LanguagegetLanguage(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.languageattribute.java.lang.DoublegetSatisfaction()Generated method - Getter of theCustomerVendorReview.satisfactionattribute.java.lang.DoublegetSatisfaction(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.satisfactionattribute.doublegetSatisfactionAsPrimitive()Generated method - Getter of theCustomerVendorReview.satisfactionattribute.doublegetSatisfactionAsPrimitive(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.satisfactionattribute.UsergetUser()Generated method - Getter of theCustomerVendorReview.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.userattribute.VendorgetVendor()Generated method - Getter of theCustomerVendorReview.vendorattribute.VendorgetVendor(SessionContext ctx)Generated method - Getter of theCustomerVendorReview.vendorattribute.voidsetApprovalStatus(EnumerationValue value)Generated method - Setter of theCustomerVendorReview.approvalStatusattribute.voidsetApprovalStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theCustomerVendorReview.approvalStatusattribute.voidsetComment(SessionContext ctx, java.lang.String value)Generated method - Setter of theCustomerVendorReview.commentattribute.voidsetComment(java.lang.String value)Generated method - Setter of theCustomerVendorReview.commentattribute.protected voidsetCommunication(double value)Generated method - Setter of theCustomerVendorReview.communicationattribute.protected voidsetCommunication(SessionContext ctx, double value)Generated method - Setter of theCustomerVendorReview.communicationattribute.protected voidsetCommunication(SessionContext ctx, java.lang.Double value)Generated method - Setter of theCustomerVendorReview.communicationattribute.protected voidsetCommunication(java.lang.Double value)Generated method - Setter of theCustomerVendorReview.communicationattribute.protected voidsetConsignment(SessionContext ctx, Consignment value)Generated method - Setter of theCustomerVendorReview.consignmentattribute.protected voidsetConsignment(Consignment value)Generated method - Setter of theCustomerVendorReview.consignmentattribute.protected voidsetCreateDate(SessionContext ctx, java.util.Date value)Generated method - Setter of theCustomerVendorReview.createDateattribute.protected voidsetCreateDate(java.util.Date value)Generated method - Setter of theCustomerVendorReview.createDateattribute.protected voidsetDelivery(double value)Generated method - Setter of theCustomerVendorReview.deliveryattribute.protected voidsetDelivery(SessionContext ctx, double value)Generated method - Setter of theCustomerVendorReview.deliveryattribute.protected voidsetDelivery(SessionContext ctx, java.lang.Double value)Generated method - Setter of theCustomerVendorReview.deliveryattribute.protected voidsetDelivery(java.lang.Double value)Generated method - Setter of theCustomerVendorReview.deliveryattribute.voidsetLanguage(Language value)Generated method - Setter of theCustomerVendorReview.languageattribute.voidsetLanguage(SessionContext ctx, Language value)Generated method - Setter of theCustomerVendorReview.languageattribute.protected voidsetSatisfaction(double value)Generated method - Setter of theCustomerVendorReview.satisfactionattribute.protected voidsetSatisfaction(SessionContext ctx, double value)Generated method - Setter of theCustomerVendorReview.satisfactionattribute.protected voidsetSatisfaction(SessionContext ctx, java.lang.Double value)Generated method - Setter of theCustomerVendorReview.satisfactionattribute.protected voidsetSatisfaction(java.lang.Double value)Generated method - Setter of theCustomerVendorReview.satisfactionattribute.protected voidsetUser(SessionContext ctx, User value)Generated method - Setter of theCustomerVendorReview.userattribute.protected voidsetUser(User value)Generated method - Setter of theCustomerVendorReview.userattribute.protected voidsetVendor(SessionContext ctx, Vendor value)Generated method - Setter of theCustomerVendorReview.vendorattribute.protected voidsetVendor(Vendor value)Generated method - Setter of theCustomerVendorReview.vendorattribute.-
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
-
USER
public static final java.lang.String USER
Qualifier of theCustomerVendorReview.userattribute- See Also:
- Constant Field Values
-
CONSIGNMENT
public static final java.lang.String CONSIGNMENT
Qualifier of theCustomerVendorReview.consignmentattribute- See Also:
- Constant Field Values
-
SATISFACTION
public static final java.lang.String SATISFACTION
Qualifier of theCustomerVendorReview.satisfactionattribute- See Also:
- Constant Field Values
-
DELIVERY
public static final java.lang.String DELIVERY
Qualifier of theCustomerVendorReview.deliveryattribute- See Also:
- Constant Field Values
-
COMMUNICATION
public static final java.lang.String COMMUNICATION
Qualifier of theCustomerVendorReview.communicationattribute- See Also:
- Constant Field Values
-
CREATEDATE
public static final java.lang.String CREATEDATE
Qualifier of theCustomerVendorReview.createDateattribute- See Also:
- Constant Field Values
-
APPROVALSTATUS
public static final java.lang.String APPROVALSTATUS
Qualifier of theCustomerVendorReview.approvalStatusattribute- See Also:
- Constant Field Values
-
VENDOR
public static final java.lang.String VENDOR
Qualifier of theCustomerVendorReview.vendorattribute- See Also:
- Constant Field Values
-
COMMENT
public static final java.lang.String COMMENT
Qualifier of theCustomerVendorReview.commentattribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of theCustomerVendorReview.languageattribute- 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
-
getApprovalStatus
public EnumerationValue getApprovalStatus(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.approvalStatusattribute.- Returns:
- the approvalStatus - Review approval status
-
getApprovalStatus
public EnumerationValue getApprovalStatus()
Generated method - Getter of theCustomerVendorReview.approvalStatusattribute.- Returns:
- the approvalStatus - Review approval status
-
setApprovalStatus
public void setApprovalStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCustomerVendorReview.approvalStatusattribute.- Parameters:
value- the approvalStatus - Review approval status
-
setApprovalStatus
public void setApprovalStatus(EnumerationValue value)
Generated method - Setter of theCustomerVendorReview.approvalStatusattribute.- Parameters:
value- the approvalStatus - Review approval status
-
getComment
public java.lang.String getComment(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.commentattribute.- Returns:
- the comment - Comment for the customer vendor review
-
getComment
public java.lang.String getComment()
Generated method - Getter of theCustomerVendorReview.commentattribute.- Returns:
- the comment - Comment for the customer vendor review
-
setComment
public void setComment(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCustomerVendorReview.commentattribute.- Parameters:
value- the comment - Comment for the customer vendor review
-
setComment
public void setComment(java.lang.String value)
Generated method - Setter of theCustomerVendorReview.commentattribute.- Parameters:
value- the comment - Comment for the customer vendor review
-
getCommunication
public java.lang.Double getCommunication(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.communicationattribute.- Returns:
- the communication - Communication effectiveness
-
getCommunication
public java.lang.Double getCommunication()
Generated method - Getter of theCustomerVendorReview.communicationattribute.- Returns:
- the communication - Communication effectiveness
-
getCommunicationAsPrimitive
public double getCommunicationAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.communicationattribute.- Returns:
- the communication - Communication effectiveness
-
getCommunicationAsPrimitive
public double getCommunicationAsPrimitive()
Generated method - Getter of theCustomerVendorReview.communicationattribute.- Returns:
- the communication - Communication effectiveness
-
setCommunication
protected void setCommunication(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCustomerVendorReview.communicationattribute.- Parameters:
value- the communication - Communication effectiveness
-
setCommunication
protected void setCommunication(java.lang.Double value)
Generated method - Setter of theCustomerVendorReview.communicationattribute.- Parameters:
value- the communication - Communication effectiveness
-
setCommunication
protected void setCommunication(SessionContext ctx, double value)
Generated method - Setter of theCustomerVendorReview.communicationattribute.- Parameters:
value- the communication - Communication effectiveness
-
setCommunication
protected void setCommunication(double value)
Generated method - Setter of theCustomerVendorReview.communicationattribute.- Parameters:
value- the communication - Communication effectiveness
-
getConsignment
public Consignment getConsignment(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.consignmentattribute.- Returns:
- the consignment
-
getConsignment
public Consignment getConsignment()
Generated method - Getter of theCustomerVendorReview.consignmentattribute.- Returns:
- the consignment
-
setConsignment
protected void setConsignment(SessionContext ctx, Consignment value)
Generated method - Setter of theCustomerVendorReview.consignmentattribute.- Parameters:
value- the consignment
-
setConsignment
protected void setConsignment(Consignment value)
Generated method - Setter of theCustomerVendorReview.consignmentattribute.- Parameters:
value- the consignment
-
getCreateDate
public java.util.Date getCreateDate(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.createDateattribute.- Returns:
- the createDate - Date when the review is created
-
getCreateDate
public java.util.Date getCreateDate()
Generated method - Getter of theCustomerVendorReview.createDateattribute.- Returns:
- the createDate - Date when the review is created
-
setCreateDate
protected void setCreateDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCustomerVendorReview.createDateattribute.- Parameters:
value- the createDate - Date when the review is created
-
setCreateDate
protected void setCreateDate(java.util.Date value)
Generated method - Setter of theCustomerVendorReview.createDateattribute.- Parameters:
value- the createDate - Date when the review is created
-
getDelivery
public java.lang.Double getDelivery(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.deliveryattribute.- Returns:
- the delivery - Delivery speed
-
getDelivery
public java.lang.Double getDelivery()
Generated method - Getter of theCustomerVendorReview.deliveryattribute.- Returns:
- the delivery - Delivery speed
-
getDeliveryAsPrimitive
public double getDeliveryAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.deliveryattribute.- Returns:
- the delivery - Delivery speed
-
getDeliveryAsPrimitive
public double getDeliveryAsPrimitive()
Generated method - Getter of theCustomerVendorReview.deliveryattribute.- Returns:
- the delivery - Delivery speed
-
setDelivery
protected void setDelivery(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCustomerVendorReview.deliveryattribute.- Parameters:
value- the delivery - Delivery speed
-
setDelivery
protected void setDelivery(java.lang.Double value)
Generated method - Setter of theCustomerVendorReview.deliveryattribute.- Parameters:
value- the delivery - Delivery speed
-
setDelivery
protected void setDelivery(SessionContext ctx, double value)
Generated method - Setter of theCustomerVendorReview.deliveryattribute.- Parameters:
value- the delivery - Delivery speed
-
setDelivery
protected void setDelivery(double value)
Generated method - Setter of theCustomerVendorReview.deliveryattribute.- Parameters:
value- the delivery - Delivery speed
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.languageattribute.- Returns:
- the language - The language context
-
getLanguage
public Language getLanguage()
Generated method - Getter of theCustomerVendorReview.languageattribute.- Returns:
- the language - The language context
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of theCustomerVendorReview.languageattribute.- Parameters:
value- the language - The language context
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of theCustomerVendorReview.languageattribute.- Parameters:
value- the language - The language context
-
getSatisfaction
public java.lang.Double getSatisfaction(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.satisfactionattribute.- Returns:
- the satisfaction - Satisfaction level
-
getSatisfaction
public java.lang.Double getSatisfaction()
Generated method - Getter of theCustomerVendorReview.satisfactionattribute.- Returns:
- the satisfaction - Satisfaction level
-
getSatisfactionAsPrimitive
public double getSatisfactionAsPrimitive(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.satisfactionattribute.- Returns:
- the satisfaction - Satisfaction level
-
getSatisfactionAsPrimitive
public double getSatisfactionAsPrimitive()
Generated method - Getter of theCustomerVendorReview.satisfactionattribute.- Returns:
- the satisfaction - Satisfaction level
-
setSatisfaction
protected void setSatisfaction(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theCustomerVendorReview.satisfactionattribute.- Parameters:
value- the satisfaction - Satisfaction level
-
setSatisfaction
protected void setSatisfaction(java.lang.Double value)
Generated method - Setter of theCustomerVendorReview.satisfactionattribute.- Parameters:
value- the satisfaction - Satisfaction level
-
setSatisfaction
protected void setSatisfaction(SessionContext ctx, double value)
Generated method - Setter of theCustomerVendorReview.satisfactionattribute.- Parameters:
value- the satisfaction - Satisfaction level
-
setSatisfaction
protected void setSatisfaction(double value)
Generated method - Setter of theCustomerVendorReview.satisfactionattribute.- Parameters:
value- the satisfaction - Satisfaction level
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.userattribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theCustomerVendorReview.userattribute.- Returns:
- the user
-
setUser
protected void setUser(SessionContext ctx, User value)
Generated method - Setter of theCustomerVendorReview.userattribute.- Parameters:
value- the user
-
setUser
protected void setUser(User value)
Generated method - Setter of theCustomerVendorReview.userattribute.- Parameters:
value- the user
-
getVendor
public Vendor getVendor(SessionContext ctx)
Generated method - Getter of theCustomerVendorReview.vendorattribute.- Returns:
- the vendor - Target vendor
-
getVendor
public Vendor getVendor()
Generated method - Getter of theCustomerVendorReview.vendorattribute.- Returns:
- the vendor - Target vendor
-
setVendor
protected void setVendor(SessionContext ctx, Vendor value)
Generated method - Setter of theCustomerVendorReview.vendorattribute.- Parameters:
value- the vendor - Target vendor
-
setVendor
protected void setVendor(Vendor value)
Generated method - Setter of theCustomerVendorReview.vendorattribute.- Parameters:
value- the vendor - Target vendor
-
-