org.hudsonci.maven.model.state
Class ProfileDTO

java.lang.Object
  extended by org.hudsonci.maven.model.state.ProfileDTO
All Implemented Interfaces:
Serializable

@Generated(value="XJC hudson-jaxb-ri-2.1-2",
           date="2011-12-06T19:15:37")
public class ProfileDTO
extends Object
implements Serializable

Java class for profile complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  boolean active
           
protected  String id
           
protected  String source
           
 
Constructor Summary
ProfileDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
          Gets the value of the id property.
 String getSource()
          Gets the value of the source property.
 int hashCode()
           
 boolean isActive()
          Gets the value of the active property.
 void setActive(boolean value)
          Sets the value of the active property.
 void setId(String value)
          Sets the value of the id property.
 void setSource(String value)
          Sets the value of the source property.
 ProfileDTO withActive(boolean value)
           
 ProfileDTO withId(String value)
           
 ProfileDTO withSource(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

source

protected String source

active

protected boolean active
Constructor Detail

ProfileDTO

public ProfileDTO()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

isActive

public boolean isActive()
Gets the value of the active property.


setActive

public void setActive(boolean value)
Sets the value of the active property.


withId

public ProfileDTO withId(String value)

withSource

public ProfileDTO withSource(String value)

withActive

public ProfileDTO withActive(boolean 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.