public class RateCard extends Object implements Serializable
| Constructor and Description |
|---|
RateCard() |
RateCard(Long id,
String name,
RateCardStatus status,
long[] appliedTeamIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getAppliedTeamIds()
Gets the appliedTeamIds value for this RateCard.
|
long |
getAppliedTeamIds(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this RateCard.
|
String |
getName()
Gets the name value for this RateCard.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
RateCardStatus |
getStatus()
Gets the status value for this RateCard.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAppliedTeamIds(int i,
long _value) |
void |
setAppliedTeamIds(long[] appliedTeamIds)
Sets the appliedTeamIds value for this RateCard.
|
void |
setId(Long id)
Sets the id value for this RateCard.
|
void |
setName(String name)
Sets the name value for this RateCard.
|
void |
setStatus(RateCardStatus status)
Sets the status value for this RateCard.
|
public RateCard()
public RateCard(Long id, String name, RateCardStatus status, long[] appliedTeamIds)
public Long getId()
RateCard.
This attribute is read-only and is assigned by Google
when a rate card is created.public void setId(Long id)
id - * The ID of the RateCard.
This attribute is read-only and is assigned by Google
when a rate card is created.public String getName()
RateCard.
This attribute is required and has a maximum length
of 255 characters.
This attribute must also be case-insensitive unique.public void setName(String name)
name - * The name of the RateCard.
This attribute is required and has a maximum length
of 255 characters.
This attribute must also be case-insensitive unique.public RateCardStatus getStatus()
RateCard.
This attribute is read-only and is assigned by Google.
Rate cards are
created in the RateCardStatus.INACTIVE state.public void setStatus(RateCardStatus status)
status - * The status of the RateCard.
This attribute is read-only and is assigned by Google.
Rate cards are
created in the RateCardStatus.INACTIVE state.public long[] getAppliedTeamIds()
public void setAppliedTeamIds(long[] appliedTeamIds)
appliedTeamIds - * The IDs of all teams this rate card is directly in.
This attribute is optional.public long getAppliedTeamIds(int i)
public void setAppliedTeamIds(int i,
long _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.