org.apache.openejb.jee.jba.cmp
Class UserTypeMapping

java.lang.Object
  extended by org.apache.openejb.jee.jba.cmp.UserTypeMapping

public class UserTypeMapping
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://jboss.org}java-type"/>
         <element ref="{http://jboss.org}mapped-type"/>
         <element ref="{http://jboss.org}mapper"/>
         <element ref="{http://jboss.org}check-dirty-after-get" minOccurs="0"/>
         <element ref="{http://jboss.org}state-factory" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CheckDirtyAfterGet checkDirtyAfterGet
           
protected  JavaType javaType
           
protected  MappedType mappedType
           
protected  Mapper mapper
           
protected  StateFactory stateFactory
           
 
Constructor Summary
UserTypeMapping()
           
 
Method Summary
 CheckDirtyAfterGet getCheckDirtyAfterGet()
          Gets the value of the checkDirtyAfterGet property.
 JavaType getJavaType()
          Gets the value of the javaType property.
 MappedType getMappedType()
          Gets the value of the mappedType property.
 Mapper getMapper()
          Gets the value of the mapper property.
 StateFactory getStateFactory()
          Gets the value of the stateFactory property.
 void setCheckDirtyAfterGet(CheckDirtyAfterGet value)
          Sets the value of the checkDirtyAfterGet property.
 void setJavaType(JavaType value)
          Sets the value of the javaType property.
 void setMappedType(MappedType value)
          Sets the value of the mappedType property.
 void setMapper(Mapper value)
          Sets the value of the mapper property.
 void setStateFactory(StateFactory value)
          Sets the value of the stateFactory property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaType

protected JavaType javaType

mappedType

protected MappedType mappedType

mapper

protected Mapper mapper

checkDirtyAfterGet

protected CheckDirtyAfterGet checkDirtyAfterGet

stateFactory

protected StateFactory stateFactory
Constructor Detail

UserTypeMapping

public UserTypeMapping()
Method Detail

getJavaType

public JavaType getJavaType()
Gets the value of the javaType property.

Returns:
possible object is JavaType

setJavaType

public void setJavaType(JavaType value)
Sets the value of the javaType property.

Parameters:
value - allowed object is JavaType

getMappedType

public MappedType getMappedType()
Gets the value of the mappedType property.

Returns:
possible object is MappedType

setMappedType

public void setMappedType(MappedType value)
Sets the value of the mappedType property.

Parameters:
value - allowed object is MappedType

getMapper

public Mapper getMapper()
Gets the value of the mapper property.

Returns:
possible object is Mapper

setMapper

public void setMapper(Mapper value)
Sets the value of the mapper property.

Parameters:
value - allowed object is Mapper

getCheckDirtyAfterGet

public CheckDirtyAfterGet getCheckDirtyAfterGet()
Gets the value of the checkDirtyAfterGet property.

Returns:
possible object is CheckDirtyAfterGet

setCheckDirtyAfterGet

public void setCheckDirtyAfterGet(CheckDirtyAfterGet value)
Sets the value of the checkDirtyAfterGet property.

Parameters:
value - allowed object is CheckDirtyAfterGet

getStateFactory

public StateFactory getStateFactory()
Gets the value of the stateFactory property.

Returns:
possible object is StateFactory

setStateFactory

public void setStateFactory(StateFactory value)
Sets the value of the stateFactory property.

Parameters:
value - allowed object is StateFactory


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.