de.pellepelster.jenkins.walldisplay.model
Class Build

java.lang.Object
  extended by de.pellepelster.jenkins.walldisplay.model.Build

public class Build
extends java.lang.Object

Author:
pelle

Constructor Summary
Build()
           
 
Method Summary
 java.lang.Boolean getBuilding()
           
 java.lang.String getColor()
           
 java.lang.Integer getDuration()
           
 java.lang.Integer getNumber()
           
 java.lang.Long getTimestamp()
           
 void setBuilding(java.lang.Boolean building)
           
 void setColor(java.lang.String color)
           
 void setDuration(java.lang.Integer duration)
           
 void setNumber(java.lang.Integer number)
           
 void setTimestamp(java.lang.Long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Build

public Build()
Method Detail

getDuration

public java.lang.Integer getDuration()
Returns:
the duration

setDuration

public void setDuration(java.lang.Integer duration)
Parameters:
duration - the duration to set

getNumber

public java.lang.Integer getNumber()
Returns:
the number

setNumber

public void setNumber(java.lang.Integer number)
Parameters:
number - the number to set

getBuilding

public java.lang.Boolean getBuilding()
Returns:
the building

setBuilding

public void setBuilding(java.lang.Boolean building)
Parameters:
building - the building to set

getTimestamp

public java.lang.Long getTimestamp()
Returns:
the timestamp

setTimestamp

public void setTimestamp(java.lang.Long timestamp)
Parameters:
timestamp - the timestamp to set

getColor

public java.lang.String getColor()
Returns:
the color

setColor

public void setColor(java.lang.String color)
Parameters:
color - the color to set


Copyright © 2004-2011. All Rights Reserved.