org.openxma.dsl.reference.model.impl
Class VODataImpl

java.lang.Object
  extended by org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
      extended by org.openxma.dsl.reference.model.impl.VODataImpl
All Implemented Interfaces:
BaseEntity, VOData

@Component(value="vODataPrototype")
@Scope(value="prototype")
public class VODataImpl
extends BaseEntityImpl
implements VOData


Constructor Summary
VODataImpl()
           
 
Method Summary
 VOBigDecimal getPVOBigDecimal()
           
 VOBoolean getPVOBoolean()
           
 VOByteArray getPVOByteArray()
           
 VODate getPVODate()
           
 VODouble getPVODouble()
           
 VOFloat getPVOFloat()
           
 VOI18Enumeration getPVOI18Enumeration()
           
 VOInteger getPVOInteger()
           
 VOLong getPVOLong()
           
 VOString getPVOString()
           
 VOTimestamp getPVOTimestamp()
           
 VOXml getPVOXml()
           
 org.openxma.dsl.platform.valueobject.ValueObjectByteArray getPVOXml2()
           
 void setPVOBigDecimal(VOBigDecimal pVOBigDecimal)
           
 void setPVOBoolean(VOBoolean pVOBoolean)
           
 void setPVOByteArray(VOByteArray pVOByteArray)
           
 void setPVODate(VODate pVODate)
           
 void setPVODouble(VODouble pVODouble)
           
 void setPVOFloat(VOFloat pVOFloat)
           
 void setPVOI18Enumeration(VOI18Enumeration pVOI18Enumeration)
           
 void setPVOInteger(VOInteger pVOInteger)
           
 void setPVOLong(VOLong pVOLong)
           
 void setPVOString(VOString pVOString)
           
 void setPVOTimestamp(VOTimestamp pVOTimestamp)
           
 void setPVOXml(VOXml pVOXml)
           
 void setPVOXml2(org.openxma.dsl.platform.valueobject.ValueObjectByteArray pVOXml2)
           
 java.lang.String toString()
           
 
Methods inherited from class org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
equals, getOid, getVersion, hashCode, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openxma.dsl.reference.base.model.BaseEntity
getOid, getVersion
 

Constructor Detail

VODataImpl

public VODataImpl()
Method Detail

setPVOBigDecimal

public void setPVOBigDecimal(VOBigDecimal pVOBigDecimal)
Specified by:
setPVOBigDecimal in interface VOData

getPVOBigDecimal

public VOBigDecimal getPVOBigDecimal()
Specified by:
getPVOBigDecimal in interface VOData

setPVODate

public void setPVODate(VODate pVODate)
Specified by:
setPVODate in interface VOData

getPVODate

public VODate getPVODate()
Specified by:
getPVODate in interface VOData

setPVOTimestamp

public void setPVOTimestamp(VOTimestamp pVOTimestamp)
Specified by:
setPVOTimestamp in interface VOData

getPVOTimestamp

public VOTimestamp getPVOTimestamp()
Specified by:
getPVOTimestamp in interface VOData

setPVODouble

public void setPVODouble(VODouble pVODouble)
Specified by:
setPVODouble in interface VOData

getPVODouble

public VODouble getPVODouble()
Specified by:
getPVODouble in interface VOData

setPVOFloat

public void setPVOFloat(VOFloat pVOFloat)
Specified by:
setPVOFloat in interface VOData

getPVOFloat

public VOFloat getPVOFloat()
Specified by:
getPVOFloat in interface VOData

setPVOInteger

public void setPVOInteger(VOInteger pVOInteger)
Specified by:
setPVOInteger in interface VOData

getPVOInteger

public VOInteger getPVOInteger()
Specified by:
getPVOInteger in interface VOData

setPVOLong

public void setPVOLong(VOLong pVOLong)
Specified by:
setPVOLong in interface VOData

getPVOLong

public VOLong getPVOLong()
Specified by:
getPVOLong in interface VOData

setPVOString

public void setPVOString(VOString pVOString)
Specified by:
setPVOString in interface VOData

getPVOString

public VOString getPVOString()
Specified by:
getPVOString in interface VOData

setPVOBoolean

public void setPVOBoolean(VOBoolean pVOBoolean)
Specified by:
setPVOBoolean in interface VOData

getPVOBoolean

public VOBoolean getPVOBoolean()
Specified by:
getPVOBoolean in interface VOData

setPVOI18Enumeration

public void setPVOI18Enumeration(VOI18Enumeration pVOI18Enumeration)
Specified by:
setPVOI18Enumeration in interface VOData

getPVOI18Enumeration

public VOI18Enumeration getPVOI18Enumeration()
Specified by:
getPVOI18Enumeration in interface VOData

setPVOByteArray

public void setPVOByteArray(VOByteArray pVOByteArray)
Specified by:
setPVOByteArray in interface VOData

getPVOByteArray

public VOByteArray getPVOByteArray()
Specified by:
getPVOByteArray in interface VOData

setPVOXml

public void setPVOXml(VOXml pVOXml)
Specified by:
setPVOXml in interface VOData

getPVOXml

public VOXml getPVOXml()
Specified by:
getPVOXml in interface VOData

setPVOXml2

public void setPVOXml2(org.openxma.dsl.platform.valueobject.ValueObjectByteArray pVOXml2)
Specified by:
setPVOXml2 in interface VOData

getPVOXml2

public org.openxma.dsl.platform.valueobject.ValueObjectByteArray getPVOXml2()
Specified by:
getPVOXml2 in interface VOData

toString

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


Copyright © 2010. All Rights Reserved.