com.ebmwebsourcing.petalsview.persistence.model.flowref
Class FlowRef

java.lang.Object
  extended by com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
      extended by com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
          extended by com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef
All Implemented Interfaces:
java.io.Serializable

@Entity(name="com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef")
public class FlowRef
extends com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject

This class represents a functional flow definition.

Author:
Pierre SMEYERS, ofabre
See Also:
Serialized Form

Constructor Summary
FlowRef()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.util.Date getCreationDate()
           
 java.lang.String getFileName()
           
 int getLimitValue()
           
 java.lang.String getName()
           
 int getReferenceTime()
           
 int getType()
           
 java.lang.String getUrlBackup()
           
 int hashCode()
           
 boolean isSave()
           
 void setCreationDate(java.util.Date creationDate)
           
 void setFileName(java.lang.String fileName)
           
 void setLimitValue(java.lang.Integer limitValue)
           
 void setName(java.lang.String name)
           
 void setReferenceTime(java.lang.Integer referenceTime)
           
 void setSave(boolean save)
           
 void setType(int type)
           
 void setUrlBackup(java.lang.String urlBackup)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowRef

public FlowRef()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getType

public int getType()

setType

public void setType(int type)

getReferenceTime

public int getReferenceTime()

setReferenceTime

public void setReferenceTime(java.lang.Integer referenceTime)

isSave

public boolean isSave()
Returns:
the save

setSave

public void setSave(boolean save)
Parameters:
save - the save to set

getUrlBackup

public java.lang.String getUrlBackup()
Returns:
the url

setUrlBackup

public void setUrlBackup(java.lang.String urlBackup)
Parameters:
url - the url to set

getFileName

public java.lang.String getFileName()
Returns:
the fileName

setFileName

public void setFileName(java.lang.String fileName)
Parameters:
fileName - the fileName to set

getLimitValue

public int getLimitValue()
Returns:
the limit

setLimitValue

public void setLimitValue(java.lang.Integer limitValue)
Parameters:
limit - the limit to set

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject

hashCode

public int hashCode()
Specified by:
hashCode in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject

toString

public java.lang.String toString()
Overrides:
toString in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject


Copyright © 2010 eBMWebsourcing. All Rights Reserved.