CartExtension.CartAdjustmentBasis

This Apex object represents an in-memory WebCartAdjustmentBasis record and its relationships with other records. All formula and roll-up summary standard fields are updated at runtime.
Loading and saving this object is not possible in Apex but is done by Salesforce.

Constructors 

global CartAdjustmentBasis() 

Constructor for CartAdjustmentBasis object.


Methods 

global String getAdjustmentBasisDetail() 

Get WebCartAdjustmentBasis.AdjustmentBasisDetail.

Returns 

TypeDescription
String

global void setAdjustmentBasisDetail(String adjustmentBasisDetail) 

Set WebCartAdjustmentBasis.AdjustmentBasisDetail.

Returns 

TypeDescription
void

global ID getAdjustmentBasisReferenceId() 

Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.

Returns 

TypeDescription
ID

global void setAdjustmentBasisReferenceId(ID adjustmentBasisReferenceId) 

Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.

Returns 

TypeDescription
void

global ID getId() 

Get Id.

Returns 

TypeDescription
ID

global Datetime getCreatedDate() 

Get System Field CreatedDate.

Returns 

TypeDescription
Datetime

global Datetime getLastModifiedDate() 

Get System Field LastModifiedDate.

Returns 

TypeDescription
Datetime

global ID getCreatedById() 

Get System Field CreatedById.

Returns 

TypeDescription
ID

global ID getLastModifiedById() 

Get System Field LastModifiedById.

Returns 

TypeDescription
ID

global Object getCustomField(String fieldName) 

Get value of the given custom field (needs to be api name)

Returns 

TypeDescription
Object

global void setCustomField(String fieldName, Object fieldValue) 

Set the value of the given custom field (needs to be api name)

Returns 

TypeDescription
void

public Boolean equals(Object obj) 

public Integer hashCode() 


Newer Version Available

This content describes an older version of this product. View Latest

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!