public class

PostingTransactionSummaryFieldExpressionHolder

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.holders.PostingTransactionSummaryFieldExpressionHolder

Summary

Fields
protected Boolean _accountType
protected Boolean _clazzType
protected Boolean _departmentType
protected Boolean _entityType
protected Boolean _itemType
protected Boolean _locationType
protected Boolean _parentItemType
protected Boolean _periodType
protected Boolean _subsidiaryType
protected Object account
protected Object clazz
protected Object department
protected Object entity
protected Object item
protected Object location
protected Object parentItem
protected Object period
protected Object subsidiary
Public Constructors
PostingTransactionSummaryFieldExpressionHolder()
Public Methods
Object getAccount()
Retrieves account
Object getClazz()
Retrieves clazz
Object getDepartment()
Retrieves department
Object getEntity()
Retrieves entity
Object getItem()
Retrieves item
Object getLocation()
Retrieves location
Object getParentItem()
Retrieves parentItem
Object getPeriod()
Retrieves period
Object getSubsidiary()
Retrieves subsidiary
void setAccount(Object value)
Sets account
void setClazz(Object value)
Sets clazz
void setDepartment(Object value)
Sets department
void setEntity(Object value)
Sets entity
void setItem(Object value)
Sets item
void setLocation(Object value)
Sets location
void setParentItem(Object value)
Sets parentItem
void setPeriod(Object value)
Sets period
void setSubsidiary(Object value)
Sets subsidiary
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean _accountType

protected Boolean _clazzType

protected Boolean _departmentType

protected Boolean _entityType

protected Boolean _itemType

protected Boolean _locationType

protected Boolean _parentItemType

protected Boolean _periodType

protected Boolean _subsidiaryType

protected Object account

protected Object clazz

protected Object department

protected Object entity

protected Object item

protected Object location

protected Object parentItem

protected Object period

protected Object subsidiary

Public Constructors

public PostingTransactionSummaryFieldExpressionHolder ()

Public Methods

public Object getAccount ()

Retrieves account

public Object getClazz ()

Retrieves clazz

public Object getDepartment ()

Retrieves department

public Object getEntity ()

Retrieves entity

public Object getItem ()

Retrieves item

public Object getLocation ()

Retrieves location

public Object getParentItem ()

Retrieves parentItem

public Object getPeriod ()

Retrieves period

public Object getSubsidiary ()

Retrieves subsidiary

public void setAccount (Object value)

Sets account

Parameters
value Value to set

public void setClazz (Object value)

Sets clazz

Parameters
value Value to set

public void setDepartment (Object value)

Sets department

Parameters
value Value to set

public void setEntity (Object value)

Sets entity

Parameters
value Value to set

public void setItem (Object value)

Sets item

Parameters
value Value to set

public void setLocation (Object value)

Sets location

Parameters
value Value to set

public void setParentItem (Object value)

Sets parentItem

Parameters
value Value to set

public void setPeriod (Object value)

Sets period

Parameters
value Value to set

public void setSubsidiary (Object value)

Sets subsidiary

Parameters
value Value to set