Package org.apache.openejb.jee.jba.cmp
Class UserTypeMapping
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected CheckDirtyAfterGetcheckDirtyAfterGetprotected JavaTypejavaTypeprotected MappedTypemappedTypeprotected Mappermapperprotected StateFactorystateFactory
-
Constructor Summary
Constructors Constructor Description UserTypeMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckDirtyAfterGetgetCheckDirtyAfterGet()Gets the value of the checkDirtyAfterGet property.JavaTypegetJavaType()Gets the value of the javaType property.MappedTypegetMappedType()Gets the value of the mappedType property.MappergetMapper()Gets the value of the mapper property.StateFactorygetStateFactory()Gets the value of the stateFactory property.voidsetCheckDirtyAfterGet(CheckDirtyAfterGet value)Sets the value of the checkDirtyAfterGet property.voidsetJavaType(JavaType value)Sets the value of the javaType property.voidsetMappedType(MappedType value)Sets the value of the mappedType property.voidsetMapper(Mapper value)Sets the value of the mapper property.voidsetStateFactory(StateFactory value)Sets the value of the stateFactory property.
-
-
-
Field Detail
-
javaType
protected JavaType javaType
-
mappedType
protected MappedType mappedType
-
mapper
protected Mapper mapper
-
checkDirtyAfterGet
protected CheckDirtyAfterGet checkDirtyAfterGet
-
stateFactory
protected StateFactory stateFactory
-
-
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 isJavaType
-
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 isMappedType
-
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 isMapper
-
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 isCheckDirtyAfterGet
-
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 isStateFactory
-
-