org.hudsonci.rest.model
Class LabelDTO

java.lang.Object
  extended by org.hudsonci.rest.model.LabelDTO

public class LabelDTO
extends Object

Java class for label complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="label">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
 
Constructor Summary
LabelDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Gets the value of the name property.
 int hashCode()
           
 void setName(String value)
          Sets the value of the name property.
 LabelDTO withName(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

LabelDTO

public LabelDTO()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

withName

public LabelDTO withName(String value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.