com.ebmwebsourcing.petalsview.persistence.model.flowref
Class FlowRef
java.lang.Object
com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
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
| 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 |
FlowRef
public FlowRef()
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.