public class ProposalLink extends Object implements Serializable
Proposal.| Constructor and Description |
|---|
ProposalLink() |
ProposalLink(Long id,
String name,
Long creatorId,
String url,
String description,
DateTime creationDateTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DateTime |
getCreationDateTime()
Gets the creationDateTime value for this ProposalLink.
|
Long |
getCreatorId()
Gets the creatorId value for this ProposalLink.
|
String |
getDescription()
Gets the description value for this ProposalLink.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this ProposalLink.
|
String |
getName()
Gets the name value for this ProposalLink.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this ProposalLink.
|
int |
hashCode() |
void |
setCreationDateTime(DateTime creationDateTime)
Sets the creationDateTime value for this ProposalLink.
|
void |
setCreatorId(Long creatorId)
Sets the creatorId value for this ProposalLink.
|
void |
setDescription(String description)
Sets the description value for this ProposalLink.
|
void |
setId(Long id)
Sets the id value for this ProposalLink.
|
void |
setName(String name)
Sets the name value for this ProposalLink.
|
void |
setUrl(String url)
Sets the url value for this ProposalLink.
|
String |
toString() |
public Long getId()
ProposalLink.
This attribute is read-only.public void setId(Long id)
id - * The unique ID of the ProposalLink.
This attribute is read-only.public String getName()
ProposalLink. Must be unique under
the same
Proposal. This attribute has a maximum length
of 255 characters.
This attribute is required.public void setName(String name)
name - * The name of the ProposalLink. Must be unique under
the same
Proposal. This attribute has a maximum length
of 255 characters.
This attribute is required.public Long getCreatorId()
User who created the ProposalLink.
This attribute is read-only.public void setCreatorId(Long creatorId)
creatorId - * The unique ID of the User who created the ProposalLink.
This attribute is read-only.public String getUrl()
ProposalLink resource.
This attribute is required.public void setUrl(String url)
url - * The link to the ProposalLink resource.
This attribute is required.public String getDescription()
ProposalLink. This attribute
is optional
and has a maximum length of 1023 characters.public void setDescription(String description)
description - * The description for the ProposalLink. This attribute
is optional
and has a maximum length of 1023 characters.public DateTime getCreationDateTime()
ProposalLink. This attribute
is assigned by Google when the ProposalLink is created.
This attribute is read-only.public void setCreationDateTime(DateTime creationDateTime)
creationDateTime - * The creation time of the ProposalLink. This attribute
is assigned by Google when the ProposalLink is created.
This attribute is read-only.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.