public class

ProposalParty

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.ProposalParty

Class Overview

Java class for ProposalParty complex type.

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

 <complexType name="ProposalParty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EffortRequired" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResourceId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
         <element name="ResourceSpecId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String displayName
protected Double effortRequired
protected String entityName
protected Guid resourceId
protected Guid resourceSpecId
Public Constructors
ProposalParty()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
Double getEffortRequired()
Gets the value of the effortRequired property.
String getEntityName()
Gets the value of the entityName property.
Guid getResourceId()
Gets the value of the resourceId property.
Guid getResourceSpecId()
Gets the value of the resourceSpecId property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setEffortRequired(Double value)
Sets the value of the effortRequired property.
void setEntityName(String value)
Sets the value of the entityName property.
void setResourceId(Guid value)
Sets the value of the resourceId property.
void setResourceSpecId(Guid value)
Sets the value of the resourceSpecId property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String displayName

protected Double effortRequired

protected String entityName

protected Guid resourceId

protected Guid resourceSpecId

Public Constructors

public ProposalParty ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public Double getEffortRequired ()

Gets the value of the effortRequired property.

Returns
  • possible object is Double

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public Guid getResourceId ()

Gets the value of the resourceId property.

Returns
  • possible object is Guid

public Guid getResourceSpecId ()

Gets the value of the resourceSpecId property.

Returns
  • possible object is Guid

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setEffortRequired (Double value)

Sets the value of the effortRequired property.

Parameters
value Allowed object is Double

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setResourceId (Guid value)

Sets the value of the resourceId property.

Parameters
value Allowed object is Guid

public void setResourceSpecId (Guid value)

Sets the value of the resourceSpecId property.

Parameters
value Allowed object is Guid