java.lang.Object
com.polarion.alm.ws.client.types.projects.Project
All Implemented Interfaces:
Serializable

public class Project extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getActive

      public Boolean getActive()
      Gets the active value for this Project.
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
      Sets the active value for this Project.
      Parameters:
      active -
    • getColor

      public String getColor()
      Gets the color value for this Project.
      Returns:
      color
    • setColor

      public void setColor(String color)
      Sets the color value for this Project.
      Parameters:
      color -
    • getDescription

      public Text getDescription()
      Gets the description value for this Project.
      Returns:
      description
    • setDescription

      public void setDescription(Text description)
      Sets the description value for this Project.
      Parameters:
      description -
    • getFinish

      public Date getFinish()
      Gets the finish value for this Project.
      Returns:
      finish
    • setFinish

      public void setFinish(Date finish)
      Sets the finish value for this Project.
      Parameters:
      finish -
    • getIcon

      public String getIcon()
      Gets the icon value for this Project.
      Returns:
      icon
    • setIcon

      public void setIcon(String icon)
      Sets the icon value for this Project.
      Parameters:
      icon -
    • getId

      public String getId()
      Gets the id value for this Project.
      Returns:
      id
    • setId

      public void setId(String id)
      Sets the id value for this Project.
      Parameters:
      id -
    • getLead

      public User getLead()
      Gets the lead value for this Project.
      Returns:
      lead
    • setLead

      public void setLead(User lead)
      Sets the lead value for this Project.
      Parameters:
      lead -
    • getLocation

      public String getLocation()
      Gets the location value for this Project.
      Returns:
      location
    • setLocation

      public void setLocation(String location)
      Sets the location value for this Project.
      Parameters:
      location -
    • getLockWorkRecordsDate

      public Date getLockWorkRecordsDate()
      Gets the lockWorkRecordsDate value for this Project.
      Returns:
      lockWorkRecordsDate
    • setLockWorkRecordsDate

      public void setLockWorkRecordsDate(Date lockWorkRecordsDate)
      Sets the lockWorkRecordsDate value for this Project.
      Parameters:
      lockWorkRecordsDate -
    • getName

      public String getName()
      Gets the name value for this Project.
      Returns:
      name
    • setName

      public void setName(String name)
      Sets the name value for this Project.
      Parameters:
      name -
    • getProjectGroupURI

      public String getProjectGroupURI()
      Gets the projectGroupURI value for this Project.
      Returns:
      projectGroupURI
    • setProjectGroupURI

      public void setProjectGroupURI(String projectGroupURI)
      Sets the projectGroupURI value for this Project.
      Parameters:
      projectGroupURI -
    • getStart

      public Date getStart()
      Gets the start value for this Project.
      Returns:
      start
    • setStart

      public void setStart(Date start)
      Sets the start value for this Project.
      Parameters:
      start -
    • getTrackerPrefix

      public String getTrackerPrefix()
      Gets the trackerPrefix value for this Project.
      Returns:
      trackerPrefix
    • setTrackerPrefix

      public void setTrackerPrefix(String trackerPrefix)
      Sets the trackerPrefix value for this Project.
      Parameters:
      trackerPrefix -
    • getUri

      public String getUri()
      Gets the uri value for this Project.
      Returns:
      uri
    • setUri

      public void setUri(String uri)
      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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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