Class Project
java.lang.Object
com.polarion.alm.ws.client.types.projects.Project
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the active value for this Project.getColor()
Gets the color value for this Project.Gets the description value for this Project.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the finish value for this Project.getIcon()
Gets the icon value for this Project.getId()
Gets the id value for this Project.getLead()
Gets the lead value for this Project.Gets the location value for this Project.Gets the lockWorkRecordsDate value for this Project.getName()
Gets the name value for this Project.Gets the projectGroupURI value for this Project.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom SerializergetStart()
Gets the start value for this Project.Gets the trackerPrefix value for this Project.static org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this Project.int
hashCode()
boolean
Gets the unresolvable value for this Project.void
Sets the active value for this Project.void
Sets the color value for this Project.void
setDescription
(Text description) Sets the description value for this Project.void
Sets the finish value for this Project.void
Sets the icon value for this Project.void
Sets the id value for this Project.void
Sets the lead value for this Project.void
setLocation
(String location) Sets the location value for this Project.void
setLockWorkRecordsDate
(Date lockWorkRecordsDate) Sets the lockWorkRecordsDate value for this Project.void
Sets the name value for this Project.void
setProjectGroupURI
(String projectGroupURI) Sets the projectGroupURI value for this Project.void
Sets the start value for this Project.void
setTrackerPrefix
(String trackerPrefix) Sets the trackerPrefix value for this Project.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this Project.void
Sets the uri value for this Project.
-
Constructor Details
-
Project
public Project() -
Project
-
-
Method Details
-
getActive
Gets the active value for this Project.- Returns:
- active
-
setActive
Sets the active value for this Project.- Parameters:
active
-
-
getColor
Gets the color value for this Project.- Returns:
- color
-
setColor
Sets the color value for this Project.- Parameters:
color
-
-
getDescription
Gets the description value for this Project.- Returns:
- description
-
setDescription
Sets the description value for this Project.- Parameters:
description
-
-
getFinish
Gets the finish value for this Project.- Returns:
- finish
-
setFinish
Sets the finish value for this Project.- Parameters:
finish
-
-
getIcon
Gets the icon value for this Project.- Returns:
- icon
-
setIcon
Sets the icon value for this Project.- Parameters:
icon
-
-
getId
Gets the id value for this Project.- Returns:
- id
-
setId
Sets the id value for this Project.- Parameters:
id
-
-
getLead
Gets the lead value for this Project.- Returns:
- lead
-
setLead
Sets the lead value for this Project.- Parameters:
lead
-
-
getLocation
Gets the location value for this Project.- Returns:
- location
-
setLocation
Sets the location value for this Project.- Parameters:
location
-
-
getLockWorkRecordsDate
Gets the lockWorkRecordsDate value for this Project.- Returns:
- lockWorkRecordsDate
-
setLockWorkRecordsDate
Sets the lockWorkRecordsDate value for this Project.- Parameters:
lockWorkRecordsDate
-
-
getName
Gets the name value for this Project.- Returns:
- name
-
setName
Sets the name value for this Project.- Parameters:
name
-
-
getProjectGroupURI
Gets the projectGroupURI value for this Project.- Returns:
- projectGroupURI
-
setProjectGroupURI
Sets the projectGroupURI value for this Project.- Parameters:
projectGroupURI
-
-
getStart
Gets the start value for this Project.- Returns:
- start
-
setStart
Sets the start value for this Project.- Parameters:
start
-
-
getTrackerPrefix
Gets the trackerPrefix value for this Project.- Returns:
- trackerPrefix
-
setTrackerPrefix
Sets the trackerPrefix value for this Project.- Parameters:
trackerPrefix
-
-
getUri
Gets the uri value for this Project.- Returns:
- uri
-
setUri
Sets the uri value for this Project.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this Project.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this Project.- Parameters:
unresolvable
-
-
equals
-
hashCode
public int hashCode() -
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-