com.petalsview.dataset
Class FlowRef

java.lang.Object
  extended by com.petalsview.dataset.FlowRef
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class FlowRef
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for FlowRef complex type.

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

 <complexType name="FlowRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="index" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="referenceTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="limitValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="save" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="urlBackup" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String fileName
           
protected  java.lang.String index
           
protected  java.lang.Integer limitValue
           
protected  java.lang.String name
           
protected  java.lang.Integer referenceTime
           
protected  boolean save
           
protected  java.lang.Integer type
           
protected  java.lang.String urlBackup
           
 
Constructor Summary
FlowRef()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getFileName()
          Gets the value of the fileName property.
 java.lang.String getIndex()
          Gets the value of the index property.
 java.lang.Integer getLimitValue()
          Gets the value of the limitValue property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Integer getReferenceTime()
          Gets the value of the referenceTime property.
 java.lang.Integer getType()
          Gets the value of the type property.
 java.lang.String getUrlBackup()
          Gets the value of the urlBackup property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 boolean isSave()
          Gets the value of the save property.
 void setFileName(java.lang.String value)
          Sets the value of the fileName property.
 void setIndex(java.lang.String value)
          Sets the value of the index property.
 void setLimitValue(java.lang.Integer value)
          Sets the value of the limitValue property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setReferenceTime(java.lang.Integer value)
          Sets the value of the referenceTime property.
 void setSave(boolean value)
          Sets the value of the save property.
 void setType(java.lang.Integer value)
          Sets the value of the type property.
 void setUrlBackup(java.lang.String value)
          Sets the value of the urlBackup property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected java.lang.String index

name

protected java.lang.String name

type

protected java.lang.Integer type

referenceTime

protected java.lang.Integer referenceTime

limitValue

protected java.lang.Integer limitValue

save

protected boolean save

urlBackup

protected java.lang.String urlBackup

fileName

protected java.lang.String fileName
Constructor Detail

FlowRef

public FlowRef()
Method Detail

getIndex

public java.lang.String getIndex()
Gets the value of the index property.

Returns:
possible object is String

setIndex

public void setIndex(java.lang.String value)
Sets the value of the index property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public java.lang.Integer getType()
Gets the value of the type property.

Returns:
possible object is Integer

setType

public void setType(java.lang.Integer value)
Sets the value of the type property.

Parameters:
value - allowed object is Integer

getReferenceTime

public java.lang.Integer getReferenceTime()
Gets the value of the referenceTime property.

Returns:
possible object is Integer

setReferenceTime

public void setReferenceTime(java.lang.Integer value)
Sets the value of the referenceTime property.

Parameters:
value - allowed object is Integer

getLimitValue

public java.lang.Integer getLimitValue()
Gets the value of the limitValue property.

Returns:
possible object is Integer

setLimitValue

public void setLimitValue(java.lang.Integer value)
Sets the value of the limitValue property.

Parameters:
value - allowed object is Integer

isSave

public boolean isSave()
Gets the value of the save property.


setSave

public void setSave(boolean value)
Sets the value of the save property.


getUrlBackup

public java.lang.String getUrlBackup()
Gets the value of the urlBackup property.

Returns:
possible object is String

setUrlBackup

public void setUrlBackup(java.lang.String value)
Sets the value of the urlBackup property.

Parameters:
value - allowed object is String

getFileName

public java.lang.String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(java.lang.String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010 eBMWebsourcing. All Rights Reserved.