public class

AmendmentExpressionHolder

extends ZObjectExpressionHolder
java.lang.Object
   ↳ com.zuora.api.object.holders.DynamicExpressionHolder
     ↳ com.zuora.api.object.holders.ZObjectExpressionHolder
       ↳ com.zuora.api.object.holders.AmendmentExpressionHolder

Summary

Fields
protected Boolean _autoRenewType
protected String _codeType
protected XMLGregorianCalendar _contractEffectiveDateType
protected String _createdByIdType
protected XMLGregorianCalendar _createdDateType
protected XMLGregorianCalendar _customerAcceptanceDateType
protected String _descriptionType
protected XMLGregorianCalendar _effectiveDateType
protected Long _initialTermType
protected String _nameType
protected RatePlanData _ratePlanDataType
protected Long _renewalTermType
protected XMLGregorianCalendar _serviceActivationDateType
protected String _statusType
protected String _subscriptionIdType
protected XMLGregorianCalendar _termStartDateType
protected String _termTypeType
protected String _typeType
protected String _updatedByIdType
protected XMLGregorianCalendar _updatedDateType
protected Object autoRenew
protected Object code
protected Object contractEffectiveDate
protected Object createdById
protected Object createdDate
protected Object customerAcceptanceDate
protected Object description
protected Object effectiveDate
protected Object initialTerm
protected Object name
protected Object ratePlanData
protected Object renewalTerm
protected Object serviceActivationDate
protected Object status
protected Object subscriptionId
protected Object termStartDate
protected Object termType
protected Object type
protected Object updatedById
protected Object updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.holders.ZObjectExpressionHolder
Public Constructors
AmendmentExpressionHolder()
Public Methods
Object getAutoRenew()
Retrieves autoRenew
Object getCode()
Retrieves code
Object getContractEffectiveDate()
Retrieves contractEffectiveDate
Object getCreatedById()
Retrieves createdById
Object getCreatedDate()
Retrieves createdDate
Object getCustomerAcceptanceDate()
Retrieves customerAcceptanceDate
Object getDescription()
Retrieves description
Object getEffectiveDate()
Retrieves effectiveDate
Object getInitialTerm()
Retrieves initialTerm
Object getName()
Retrieves name
Object getRatePlanData()
Retrieves ratePlanData
Object getRenewalTerm()
Retrieves renewalTerm
Object getServiceActivationDate()
Retrieves serviceActivationDate
Object getStatus()
Retrieves status
Object getSubscriptionId()
Retrieves subscriptionId
Object getTermStartDate()
Retrieves termStartDate
Object getTermType()
Retrieves termType
Object getType()
Retrieves type
Object getUpdatedById()
Retrieves updatedById
Object getUpdatedDate()
Retrieves updatedDate
void setAutoRenew(Object value)
Sets autoRenew
void setCode(Object value)
Sets code
void setContractEffectiveDate(Object value)
Sets contractEffectiveDate
void setCreatedById(Object value)
Sets createdById
void setCreatedDate(Object value)
Sets createdDate
void setCustomerAcceptanceDate(Object value)
Sets customerAcceptanceDate
void setDescription(Object value)
Sets description
void setEffectiveDate(Object value)
Sets effectiveDate
void setInitialTerm(Object value)
Sets initialTerm
void setName(Object value)
Sets name
void setRatePlanData(Object value)
Sets ratePlanData
void setRenewalTerm(Object value)
Sets renewalTerm
void setServiceActivationDate(Object value)
Sets serviceActivationDate
void setStatus(Object value)
Sets status
void setSubscriptionId(Object value)
Sets subscriptionId
void setTermStartDate(Object value)
Sets termStartDate
void setTermType(Object value)
Sets termType
void setType(Object value)
Sets type
void setUpdatedById(Object value)
Sets updatedById
void setUpdatedDate(Object value)
Sets updatedDate
[Expand]
Inherited Methods
From class com.zuora.api.object.holders.ZObjectExpressionHolder
From class java.lang.Object

Fields

protected Boolean _autoRenewType

protected String _codeType

protected XMLGregorianCalendar _contractEffectiveDateType

protected String _createdByIdType

protected XMLGregorianCalendar _createdDateType

protected XMLGregorianCalendar _customerAcceptanceDateType

protected String _descriptionType

protected XMLGregorianCalendar _effectiveDateType

protected Long _initialTermType

protected String _nameType

protected RatePlanData _ratePlanDataType

protected Long _renewalTermType

protected XMLGregorianCalendar _serviceActivationDateType

protected String _statusType

protected String _subscriptionIdType

protected XMLGregorianCalendar _termStartDateType

protected String _termTypeType

protected String _typeType

protected String _updatedByIdType

protected XMLGregorianCalendar _updatedDateType

protected Object autoRenew

protected Object code

protected Object contractEffectiveDate

protected Object createdById

protected Object createdDate

protected Object customerAcceptanceDate

protected Object description

protected Object effectiveDate

protected Object initialTerm

protected Object name

protected Object ratePlanData

protected Object renewalTerm

protected Object serviceActivationDate

protected Object status

protected Object subscriptionId

protected Object termStartDate

protected Object termType

protected Object type

protected Object updatedById

protected Object updatedDate

Public Constructors

public AmendmentExpressionHolder ()

Public Methods

public Object getAutoRenew ()

Retrieves autoRenew

public Object getCode ()

Retrieves code

public Object getContractEffectiveDate ()

Retrieves contractEffectiveDate

public Object getCreatedById ()

Retrieves createdById

public Object getCreatedDate ()

Retrieves createdDate

public Object getCustomerAcceptanceDate ()

Retrieves customerAcceptanceDate

public Object getDescription ()

Retrieves description

public Object getEffectiveDate ()

Retrieves effectiveDate

public Object getInitialTerm ()

Retrieves initialTerm

public Object getName ()

Retrieves name

public Object getRatePlanData ()

Retrieves ratePlanData

public Object getRenewalTerm ()

Retrieves renewalTerm

public Object getServiceActivationDate ()

Retrieves serviceActivationDate

public Object getStatus ()

Retrieves status

public Object getSubscriptionId ()

Retrieves subscriptionId

public Object getTermStartDate ()

Retrieves termStartDate

public Object getTermType ()

Retrieves termType

public Object getType ()

Retrieves type

public Object getUpdatedById ()

Retrieves updatedById

public Object getUpdatedDate ()

Retrieves updatedDate

public void setAutoRenew (Object value)

Sets autoRenew

Parameters
value Value to set

public void setCode (Object value)

Sets code

Parameters
value Value to set

public void setContractEffectiveDate (Object value)

Sets contractEffectiveDate

Parameters
value Value to set

public void setCreatedById (Object value)

Sets createdById

Parameters
value Value to set

public void setCreatedDate (Object value)

Sets createdDate

Parameters
value Value to set

public void setCustomerAcceptanceDate (Object value)

Sets customerAcceptanceDate

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setEffectiveDate (Object value)

Sets effectiveDate

Parameters
value Value to set

public void setInitialTerm (Object value)

Sets initialTerm

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setRatePlanData (Object value)

Sets ratePlanData

Parameters
value Value to set

public void setRenewalTerm (Object value)

Sets renewalTerm

Parameters
value Value to set

public void setServiceActivationDate (Object value)

Sets serviceActivationDate

Parameters
value Value to set

public void setStatus (Object value)

Sets status

Parameters
value Value to set

public void setSubscriptionId (Object value)

Sets subscriptionId

Parameters
value Value to set

public void setTermStartDate (Object value)

Sets termStartDate

Parameters
value Value to set

public void setTermType (Object value)

Sets termType

Parameters
value Value to set

public void setType (Object value)

Sets type

Parameters
value Value to set

public void setUpdatedById (Object value)

Sets updatedById

Parameters
value Value to set

public void setUpdatedDate (Object value)

Sets updatedDate

Parameters
value Value to set