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

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

  • Method Details

    • getDescription

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

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

      public Boolean getDisabledNotifications()
      Gets the disabledNotifications value for this User.
      Returns:
      disabledNotifications
    • setDisabledNotifications

      public void setDisabledNotifications(Boolean disabledNotifications)
      Sets the disabledNotifications value for this User.
      Parameters:
      disabledNotifications -
    • getEmail

      public String getEmail()
      Gets the email value for this User.
      Returns:
      email
    • setEmail

      public void setEmail(String email)
      Sets the email value for this User.
      Parameters:
      email -
    • getHomePageContent

      public Text getHomePageContent()
      Gets the homePageContent value for this User.
      Returns:
      homePageContent
    • setHomePageContent

      public void setHomePageContent(Text homePageContent)
      Sets the homePageContent value for this User.
      Parameters:
      homePageContent -
    • getId

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

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

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

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

      public String[] getVoteURIs()
      Gets the voteURIs value for this User.
      Returns:
      voteURIs
    • setVoteURIs

      public void setVoteURIs(String[] voteURIs)
      Sets the voteURIs value for this User.
      Parameters:
      voteURIs -
    • getWatcheURIs

      public String[] getWatcheURIs()
      Gets the watcheURIs value for this User.
      Returns:
      watcheURIs
    • setWatcheURIs

      public void setWatcheURIs(String[] watcheURIs)
      Sets the watcheURIs value for this User.
      Parameters:
      watcheURIs -
    • getUri

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

      public void setUri(String uri)
      Sets the uri value for this User.
      Parameters:
      uri -
    • isUnresolvable

      public boolean isUnresolvable()
      Gets the unresolvable value for this User.
      Returns:
      unresolvable
    • setUnresolvable

      public void setUnresolvable(boolean unresolvable)
      Sets the unresolvable value for this User.
      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