|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.FieldMap
public class FieldMap
Java class for field-map complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="field-map">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cmp-field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbms-column" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dbms-column-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dbms-default-value" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
cmpField
|
protected String |
dbmsColumn
|
protected String |
dbmsColumnType
|
protected Boolean |
dbmsDefaultValue
|
protected String |
groupName
|
protected String |
id
|
| Constructor Summary | |
|---|---|
FieldMap()
|
|
| Method Summary | |
|---|---|
String |
getCmpField()
Gets the value of the cmpField property. |
String |
getDbmsColumn()
Gets the value of the dbmsColumn property. |
String |
getDbmsColumnType()
Gets the value of the dbmsColumnType property. |
Boolean |
getDbmsDefaultValue()
Gets the value of the dbmsDefaultValue property. |
String |
getGroupName()
Gets the value of the groupName property. |
String |
getId()
Gets the value of the id property. |
void |
setCmpField(String value)
Sets the value of the cmpField property. |
void |
setDbmsColumn(String value)
Sets the value of the dbmsColumn property. |
void |
setDbmsColumnType(String value)
Sets the value of the dbmsColumnType property. |
void |
setDbmsDefaultValue(Boolean value)
Sets the value of the dbmsDefaultValue property. |
void |
setGroupName(String value)
Sets the value of the groupName property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String cmpField
protected String dbmsColumn
protected String dbmsColumnType
protected Boolean dbmsDefaultValue
protected String groupName
protected String id
| Constructor Detail |
|---|
public FieldMap()
| Method Detail |
|---|
public String getCmpField()
Stringpublic void setCmpField(String value)
value - allowed object is
Stringpublic String getDbmsColumn()
Stringpublic void setDbmsColumn(String value)
value - allowed object is
Stringpublic String getDbmsColumnType()
Stringpublic void setDbmsColumnType(String value)
value - allowed object is
Stringpublic Boolean getDbmsDefaultValue()
Booleanpublic void setDbmsDefaultValue(Boolean value)
value - allowed object is
Booleanpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||