|
||||||||||
Previous class Subsequent class | Frames No frames | |||||||||
Overview: Nested | Field | Constructor | Method | Details: Field | Constructor | Method |
java.lang.Objectjp.terasoluna.fw.service.thin.BLogicProperty
public class BLogicProperty
Class that retains the individual property information of business logic input/output information.
This class retains the property settings of input JavaBean and output
JavaBean of business logic from the blogic-io.xml which is the
business logic input/output information definition file of BLogicIOPlugIn.
For the settings of business logic input/output information that includes this class, refer to
BLogicIOPlugIn
BLogicIOPlugIn
,
AbstractBLogicMapper
,
BLogicMapper
,
BLogicIO
,
BLogicResources
,
BLogicResult
,
AbstractBLogicAction
,
BLogicAction
,
Serialized formField Summary | |
---|---|
private java.lang.String |
blogicProperty
Property name handled in the business logic. |
private java.lang.String |
property
Property name of Web tier objects. |
private static long |
serialVersionUID
Serial version ID |
private java.lang.String |
sourceOrDest
Value that identifies the Web tier objects of input source or output destination. |
Constructor Summary | |
---|---|
BLogicProperty()
|
Method Summary | |
---|---|
java.lang.String |
getBLogicProperty()
Fetches the property name handled in business logic. |
java.lang.String |
getDest()
Fetches the output destination. |
java.lang.String |
getProperty()
Fetches the property name. |
java.lang.String |
getSource()
Fetches the input source. |
void |
setBLogicProperty(java.lang.String blogicProperty)
Sets the property name handled in business logic. |
void |
setDest(java.lang.String dest)
Sets output destination. |
void |
setProperty(java.lang.String property)
Sets property name. |
void |
setSource(java.lang.String source)
Sets input source. |
Method inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Details |
---|
private static final long serialVersionUID
private java.lang.String property
private java.lang.String blogicProperty
private java.lang.String sourceOrDest
Constructor Details |
---|
public BLogicProperty()
Method Details |
---|
public void setProperty(java.lang.String property)
property
- Property namepublic java.lang.String getProperty()
public void setBLogicProperty(java.lang.String blogicProperty)
blogicProperty
- Property namepublic java.lang.String getBLogicProperty()
public void setSource(java.lang.String source)
source
- Input sourcepublic java.lang.String getSource()
public void setDest(java.lang.String dest)
dest
- Output destinationpublic java.lang.String getDest()
|
||||||||||
Previous class Subsequent class | Frames No frames | |||||||||
Overview: Nested | Field | Constructor | Method | Details: Field | Constructor | Method |