|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.UserTypeMapping
public class UserTypeMapping
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 |
|---|
protected JavaType javaType
protected MappedType mappedType
protected Mapper mapper
protected CheckDirtyAfterGet checkDirtyAfterGet
protected StateFactory stateFactory
| Constructor Detail |
|---|
public UserTypeMapping()
| Method Detail |
|---|
public JavaType getJavaType()
JavaTypepublic void setJavaType(JavaType value)
value - allowed object is
JavaTypepublic MappedType getMappedType()
MappedTypepublic void setMappedType(MappedType value)
value - allowed object is
MappedTypepublic Mapper getMapper()
Mapperpublic void setMapper(Mapper value)
value - allowed object is
Mapperpublic CheckDirtyAfterGet getCheckDirtyAfterGet()
CheckDirtyAfterGetpublic void setCheckDirtyAfterGet(CheckDirtyAfterGet value)
value - allowed object is
CheckDirtyAfterGetpublic StateFactory getStateFactory()
StateFactorypublic void setStateFactory(StateFactory value)
value - allowed object is
StateFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||