public class

EntityGroup

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.relationships_2013_2.EntityGroup

Class Overview

Java class for EntityGroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EntityGroup">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupType" type="{urn:types.relationships_2013_2.lists.webservices.netsuite.com}EntityGroupType" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupOwner" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isSavedSearch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="parentGroupType" type="{urn:types.relationships_2013_2.lists.webservices.netsuite.com}EntityGroupType" minOccurs="0"/>
         <element name="savedSearch" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isSalesTeam" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="restrictionGroup" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isSalesRep" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isSupportRep" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isProductTeam" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isFunctionalTeam" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="issueRole" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isManufacturingWorkCenter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="calendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="calendarStartTime" type="{urn:types.relationships_2013_2.lists.webservices.netsuite.com}EntityGroupDailyTime" minOccurs="0"/>
         <element name="calendarEndTime" type="{urn:types.relationships_2013_2.lists.webservices.netsuite.com}EntityGroupDailyTime" minOccurs="0"/>
         <element name="calendarDefaultView" type="{urn:types.relationships_2013_2.lists.webservices.netsuite.com}EntityGroupDefView" minOccurs="0"/>
         <element name="calendarPeriod" type="{urn:types.relationships_2013_2.lists.webservices.netsuite.com}EntityGroupPeriodSize" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="machineResources" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="laborResources" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntityGroupDefView calendarDefaultView
protected String calendarEndTime
protected String calendarName
protected String calendarPeriod
protected String calendarStartTime
protected String comments
protected CustomFieldList customFieldList
protected String email
protected String externalId
protected String groupName
protected RecordRef groupOwner
protected EntityGroupType groupType
protected String internalId
protected Boolean isFunctionalTeam
protected Boolean isInactive
protected Boolean isManufacturingWorkCenter
protected Boolean isPrivate
protected Boolean isProductTeam
protected Boolean isSalesRep
protected Boolean isSalesTeam
protected Boolean isSavedSearch
protected Boolean isSupportRep
protected RecordRef issueRole
protected Long laborResources
protected Long machineResources
protected EntityGroupType parentGroupType
protected RecordRef restrictionGroup
protected RecordRef savedSearch
protected RecordRef subsidiary
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
EntityGroup()
Public Methods
EntityGroupDefView getCalendarDefaultView()
Gets the value of the calendarDefaultView property.
String getCalendarEndTime()
Gets the value of the calendarEndTime property.
String getCalendarName()
Gets the value of the calendarName property.
String getCalendarPeriod()
Gets the value of the calendarPeriod property.
String getCalendarStartTime()
Gets the value of the calendarStartTime property.
String getComments()
Gets the value of the comments property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
String getEmail()
Gets the value of the email property.
String getExternalId()
Gets the value of the externalId property.
String getGroupName()
Gets the value of the groupName property.
RecordRef getGroupOwner()
Gets the value of the groupOwner property.
EntityGroupType getGroupType()
Gets the value of the groupType property.
String getInternalId()
Gets the value of the internalId property.
Boolean getIsFunctionalTeam()
Gets the value of the isFunctionalTeam property.
Boolean getIsInactive()
Gets the value of the isInactive property.
Boolean getIsManufacturingWorkCenter()
Gets the value of the isManufacturingWorkCenter property.
Boolean getIsPrivate()
Gets the value of the isPrivate property.
Boolean getIsProductTeam()
Gets the value of the isProductTeam property.
Boolean getIsSalesRep()
Gets the value of the isSalesRep property.
Boolean getIsSalesTeam()
Gets the value of the isSalesTeam property.
Boolean getIsSavedSearch()
Gets the value of the isSavedSearch property.
Boolean getIsSupportRep()
Gets the value of the isSupportRep property.
RecordRef getIssueRole()
Gets the value of the issueRole property.
Long getLaborResources()
Gets the value of the laborResources property.
Long getMachineResources()
Gets the value of the machineResources property.
EntityGroupType getParentGroupType()
Gets the value of the parentGroupType property.
RecordRef getRestrictionGroup()
Gets the value of the restrictionGroup property.
RecordRef getSavedSearch()
Gets the value of the savedSearch property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
void setCalendarDefaultView(EntityGroupDefView value)
Sets the value of the calendarDefaultView property.
void setCalendarEndTime(String value)
Sets the value of the calendarEndTime property.
void setCalendarName(String value)
Sets the value of the calendarName property.
void setCalendarPeriod(String value)
Sets the value of the calendarPeriod property.
void setCalendarStartTime(String value)
Sets the value of the calendarStartTime property.
void setComments(String value)
Sets the value of the comments property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setEmail(String value)
Sets the value of the email property.
void setExternalId(String value)
Sets the value of the externalId property.
void setGroupName(String value)
Sets the value of the groupName property.
void setGroupOwner(RecordRef value)
Sets the value of the groupOwner property.
void setGroupType(EntityGroupType value)
Sets the value of the groupType property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsFunctionalTeam(Boolean value)
Sets the value of the isFunctionalTeam property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setIsManufacturingWorkCenter(Boolean value)
Sets the value of the isManufacturingWorkCenter property.
void setIsPrivate(Boolean value)
Sets the value of the isPrivate property.
void setIsProductTeam(Boolean value)
Sets the value of the isProductTeam property.
void setIsSalesRep(Boolean value)
Sets the value of the isSalesRep property.
void setIsSalesTeam(Boolean value)
Sets the value of the isSalesTeam property.
void setIsSavedSearch(Boolean value)
Sets the value of the isSavedSearch property.
void setIsSupportRep(Boolean value)
Sets the value of the isSupportRep property.
void setIssueRole(RecordRef value)
Sets the value of the issueRole property.
void setLaborResources(Long value)
Sets the value of the laborResources property.
void setMachineResources(Long value)
Sets the value of the machineResources property.
void setParentGroupType(EntityGroupType value)
Sets the value of the parentGroupType property.
void setRestrictionGroup(RecordRef value)
Sets the value of the restrictionGroup property.
void setSavedSearch(RecordRef value)
Sets the value of the savedSearch property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected EntityGroupDefView calendarDefaultView

protected String calendarEndTime

protected String calendarName

protected String calendarPeriod

protected String calendarStartTime

protected String comments

protected CustomFieldList customFieldList

protected String email

protected String externalId

protected String groupName

protected RecordRef groupOwner

protected EntityGroupType groupType

protected String internalId

protected Boolean isFunctionalTeam

protected Boolean isInactive

protected Boolean isManufacturingWorkCenter

protected Boolean isPrivate

protected Boolean isProductTeam

protected Boolean isSalesRep

protected Boolean isSalesTeam

protected Boolean isSavedSearch

protected Boolean isSupportRep

protected RecordRef issueRole

protected Long laborResources

protected Long machineResources

protected EntityGroupType parentGroupType

protected RecordRef restrictionGroup

protected RecordRef savedSearch

protected RecordRef subsidiary

Public Constructors

public EntityGroup ()

Public Methods

public EntityGroupDefView getCalendarDefaultView ()

Gets the value of the calendarDefaultView property.

Returns

public String getCalendarEndTime ()

Gets the value of the calendarEndTime property.

Returns
  • possible object is String

public String getCalendarName ()

Gets the value of the calendarName property.

Returns
  • possible object is String

public String getCalendarPeriod ()

Gets the value of the calendarPeriod property.

Returns
  • possible object is String

public String getCalendarStartTime ()

Gets the value of the calendarStartTime property.

Returns
  • possible object is String

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getGroupName ()

Gets the value of the groupName property.

Returns
  • possible object is String

public RecordRef getGroupOwner ()

Gets the value of the groupOwner property.

Returns

public EntityGroupType getGroupType ()

Gets the value of the groupType property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public Boolean getIsFunctionalTeam ()

Gets the value of the isFunctionalTeam property. This getter has been renamed from isIsFunctionalTeam() to getIsFunctionalTeam() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsManufacturingWorkCenter ()

Gets the value of the isManufacturingWorkCenter property. This getter has been renamed from isIsManufacturingWorkCenter() to getIsManufacturingWorkCenter() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsPrivate ()

Gets the value of the isPrivate property. This getter has been renamed from isIsPrivate() to getIsPrivate() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsProductTeam ()

Gets the value of the isProductTeam property. This getter has been renamed from isIsProductTeam() to getIsProductTeam() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsSalesRep ()

Gets the value of the isSalesRep property. This getter has been renamed from isIsSalesRep() to getIsSalesRep() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsSalesTeam ()

Gets the value of the isSalesTeam property. This getter has been renamed from isIsSalesTeam() to getIsSalesTeam() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsSavedSearch ()

Gets the value of the isSavedSearch property. This getter has been renamed from isIsSavedSearch() to getIsSavedSearch() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsSupportRep ()

Gets the value of the isSupportRep property. This getter has been renamed from isIsSupportRep() to getIsSupportRep() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getIssueRole ()

Gets the value of the issueRole property.

Returns

public Long getLaborResources ()

Gets the value of the laborResources property.

Returns
  • possible object is Long

public Long getMachineResources ()

Gets the value of the machineResources property.

Returns
  • possible object is Long

public EntityGroupType getParentGroupType ()

Gets the value of the parentGroupType property.

Returns

public RecordRef getRestrictionGroup ()

Gets the value of the restrictionGroup property.

Returns

public RecordRef getSavedSearch ()

Gets the value of the savedSearch property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public void setCalendarDefaultView (EntityGroupDefView value)

Sets the value of the calendarDefaultView property.

Parameters
value Allowed object is EntityGroupDefView

public void setCalendarEndTime (String value)

Sets the value of the calendarEndTime property.

Parameters
value Allowed object is String

public void setCalendarName (String value)

Sets the value of the calendarName property.

Parameters
value Allowed object is String

public void setCalendarPeriod (String value)

Sets the value of the calendarPeriod property.

Parameters
value Allowed object is String

public void setCalendarStartTime (String value)

Sets the value of the calendarStartTime property.

Parameters
value Allowed object is String

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setGroupName (String value)

Sets the value of the groupName property.

Parameters
value Allowed object is String

public void setGroupOwner (RecordRef value)

Sets the value of the groupOwner property.

Parameters
value Allowed object is RecordRef

public void setGroupType (EntityGroupType value)

Sets the value of the groupType property.

Parameters
value Allowed object is EntityGroupType

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsFunctionalTeam (Boolean value)

Sets the value of the isFunctionalTeam property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setIsManufacturingWorkCenter (Boolean value)

Sets the value of the isManufacturingWorkCenter property.

Parameters
value Allowed object is Boolean

public void setIsPrivate (Boolean value)

Sets the value of the isPrivate property.

Parameters
value Allowed object is Boolean

public void setIsProductTeam (Boolean value)

Sets the value of the isProductTeam property.

Parameters
value Allowed object is Boolean

public void setIsSalesRep (Boolean value)

Sets the value of the isSalesRep property.

Parameters
value Allowed object is Boolean

public void setIsSalesTeam (Boolean value)

Sets the value of the isSalesTeam property.

Parameters
value Allowed object is Boolean

public void setIsSavedSearch (Boolean value)

Sets the value of the isSavedSearch property.

Parameters
value Allowed object is Boolean

public void setIsSupportRep (Boolean value)

Sets the value of the isSupportRep property.

Parameters
value Allowed object is Boolean

public void setIssueRole (RecordRef value)

Sets the value of the issueRole property.

Parameters
value Allowed object is RecordRef

public void setLaborResources (Long value)

Sets the value of the laborResources property.

Parameters
value Allowed object is Long

public void setMachineResources (Long value)

Sets the value of the machineResources property.

Parameters
value Allowed object is Long

public void setParentGroupType (EntityGroupType value)

Sets the value of the parentGroupType property.

Parameters
value Allowed object is EntityGroupType

public void setRestrictionGroup (RecordRef value)

Sets the value of the restrictionGroup property.

Parameters
value Allowed object is RecordRef

public void setSavedSearch (RecordRef value)

Sets the value of the savedSearch property.

Parameters
value Allowed object is RecordRef

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef