|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.state.ProfileDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class ProfileDTO
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>
| 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 |
|---|
protected String id
protected String source
protected boolean active
| Constructor Detail |
|---|
public ProfileDTO()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isActive()
public void setActive(boolean value)
public ProfileDTO withId(String value)
public ProfileDTO withSource(String value)
public ProfileDTO withActive(boolean value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||