public class

EntityGroup

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.relationships_2010_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_2010_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_2010_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_2010_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_2010_2.lists.webservices.netsuite.com}EntityGroupType" minOccurs="0"/>
         <element name="savedSearch" type="{urn:core_2010_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_2010_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_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="calendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="calendarStartTime" type="{urn:types.relationships_2010_2.lists.webservices.netsuite.com}EntityGroupDailyTime" minOccurs="0"/>
         <element name="calendarEndTime" type="{urn:types.relationships_2010_2.lists.webservices.netsuite.com}EntityGroupDailyTime" minOccurs="0"/>
         <element name="calendarDefaultView" type="{urn:types.relationships_2010_2.lists.webservices.netsuite.com}EntityGroupDefView" minOccurs="0"/>
         <element name="calendarPeriod" type="{urn:types.relationships_2010_2.lists.webservices.netsuite.com}EntityGroupPeriodSize" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_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 isPrivate
protected Boolean isProductTeam
protected Boolean isSalesRep
protected Boolean isSalesTeam
protected Boolean isSavedSearch
protected Boolean isSupportRep
protected RecordRef issueRole
protected EntityGroupType parentGroupType
protected RecordRef restrictionGroup
protected RecordRef savedSearch
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_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.
RecordRef getIssueRole()
Gets the value of the issueRole 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.
Boolean isIsFunctionalTeam()
Gets the value of the isFunctionalTeam property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isIsPrivate()
Gets the value of the isPrivate property.
Boolean isIsProductTeam()
Gets the value of the isProductTeam property.
Boolean isIsSalesRep()
Gets the value of the isSalesRep property.
Boolean isIsSalesTeam()
Gets the value of the isSalesTeam property.
Boolean isIsSavedSearch()
Gets the value of the isSavedSearch property.
Boolean isIsSupportRep()
Gets the value of the isSupportRep 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 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 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.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_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 isPrivate

protected Boolean isProductTeam

protected Boolean isSalesRep

protected Boolean isSalesTeam

protected Boolean isSavedSearch

protected Boolean isSupportRep

protected RecordRef issueRole

protected EntityGroupType parentGroupType

protected RecordRef restrictionGroup

protected RecordRef savedSearch

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 RecordRef getIssueRole ()

Gets the value of the issueRole property.

Returns

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 Boolean isIsFunctionalTeam ()

Gets the value of the isFunctionalTeam property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isIsPrivate ()

Gets the value of the isPrivate property.

Returns
  • possible object is Boolean

public Boolean isIsProductTeam ()

Gets the value of the isProductTeam property.

Returns
  • possible object is Boolean

public Boolean isIsSalesRep ()

Gets the value of the isSalesRep property.

Returns
  • possible object is Boolean

public Boolean isIsSalesTeam ()

Gets the value of the isSalesTeam property.

Returns
  • possible object is Boolean

public Boolean isIsSavedSearch ()

Gets the value of the isSavedSearch property.

Returns
  • possible object is Boolean

public Boolean isIsSupportRep ()

Gets the value of the isSupportRep property.

Returns
  • possible object is Boolean

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 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 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