org.hudsonci.maven.model.state
Class ExecutionActivityDTO

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

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

Java class for executionActivity complex type.

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

 <complexType name="executionActivity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}executionActivityType" />
       <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Date timestamp
           
protected  ExecutionActivityTypeDTO type
           
 
Constructor Summary
ExecutionActivityDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getTimestamp()
          Gets the value of the timestamp property.
 ExecutionActivityTypeDTO getType()
          Gets the value of the type property.
 int hashCode()
           
 void setTimestamp(Date value)
          Sets the value of the timestamp property.
 void setType(ExecutionActivityTypeDTO value)
          Sets the value of the type property.
 ExecutionActivityDTO withTimestamp(Date value)
           
 ExecutionActivityDTO withType(ExecutionActivityTypeDTO value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

@XStreamAsAttribute
protected ExecutionActivityTypeDTO type

timestamp

@XStreamAsAttribute
protected Date timestamp
Constructor Detail

ExecutionActivityDTO

public ExecutionActivityDTO()
Method Detail

getType

public ExecutionActivityTypeDTO getType()
Gets the value of the type property.

Returns:
possible object is ExecutionActivityTypeDTO

setType

public void setType(ExecutionActivityTypeDTO value)
Sets the value of the type property.

Parameters:
value - allowed object is ExecutionActivityTypeDTO

getTimestamp

public Date getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

public void setTimestamp(Date value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

withType

public ExecutionActivityDTO withType(ExecutionActivityTypeDTO value)

withTimestamp

public ExecutionActivityDTO withTimestamp(Date 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.