public class UserTypeMapping
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected CheckDirtyAfterGet |
checkDirtyAfterGet |
protected JavaType |
javaType |
protected MappedType |
mappedType |
protected Mapper |
mapper |
protected StateFactory |
stateFactory |
Constructor and Description |
---|
UserTypeMapping() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected JavaType javaType
protected MappedType mappedType
protected Mapper mapper
protected CheckDirtyAfterGet checkDirtyAfterGet
protected StateFactory stateFactory
public JavaType getJavaType()
JavaType
public void setJavaType(JavaType value)
value
- allowed object is
JavaType
public MappedType getMappedType()
MappedType
public void setMappedType(MappedType value)
value
- allowed object is
MappedType
public Mapper getMapper()
Mapper
public void setMapper(Mapper value)
value
- allowed object is
Mapper
public CheckDirtyAfterGet getCheckDirtyAfterGet()
CheckDirtyAfterGet
public void setCheckDirtyAfterGet(CheckDirtyAfterGet value)
value
- allowed object is
CheckDirtyAfterGet
public StateFactory getStateFactory()
StateFactory
public void setStateFactory(StateFactory value)
value
- allowed object is
StateFactory