|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
net.sourceforge.fixagora.tradecapture.shared.persistence.TradeCapture
@Entity public class TradeCapture
The Class TradeCapture.
Field Summary |
---|
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
dataDictionary |
Constructor Summary | |
---|---|
TradeCapture()
|
Method Summary | |
---|---|
java.util.List<AssignedTradeCaptureSource> |
getAssignedTradeCaptureSources()
Gets the assigned trade capture sources. |
java.util.List<AssignedTradeCaptureTarget> |
getAssignedTradeCaptureTargets()
Gets the assigned trade capture targets. |
java.lang.String |
getBusinessObjectName()
Gets the business object name. |
java.lang.String |
getComponentClass()
Gets the component class. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getIcon()
Gets the icon. |
java.util.List<AbstractBusinessComponent> |
getInputComponents()
Gets the input components. |
java.lang.String |
getLargeIcon()
Gets the large icon. |
java.util.List<AbstractBusinessComponent> |
getOutputComponents()
Gets the output components. |
void |
makeEager()
Make eager. |
void |
setAssignedTradeCaptureSources(java.util.List<AssignedTradeCaptureSource> assignedTradeCaptureSources)
Sets the assigned trade capture sources. |
void |
setAssignedTradeCaptureTargets(java.util.List<AssignedTradeCaptureTarget> assignedTradeCaptureTargets)
Sets the assigned trade capture targets. |
void |
setDescription(java.lang.String description)
Sets the description. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
getDataDictionary, getStartLevel, isStartable, setDataDictionary, setTransientValues |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject |
---|
compareTo, equals, getAdditionalTreeText, getAdditionalTreeTextColor, getExecuteRoles, getId, getModificationDate, getModificationUser, getName, getParent, getPosition, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, isMovable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setWriteRoles, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TradeCapture()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.lang.String getIcon()
AbstractBusinessObject
getIcon
in class AbstractBusinessObject
public java.lang.String getLargeIcon()
AbstractBusinessObject
getLargeIcon
in class AbstractBusinessObject
public java.lang.String getBusinessObjectName()
AbstractBusinessObject
getBusinessObjectName
in class AbstractBusinessObject
public java.util.List<AssignedTradeCaptureTarget> getAssignedTradeCaptureTargets()
public void setAssignedTradeCaptureTargets(java.util.List<AssignedTradeCaptureTarget> assignedTradeCaptureTargets)
assignedTradeCaptureTargets
- the new assigned trade capture targetspublic void setAssignedTradeCaptureSources(java.util.List<AssignedTradeCaptureSource> assignedTradeCaptureSources)
assignedTradeCaptureSources
- the new assigned trade capture sourcespublic java.util.List<AssignedTradeCaptureSource> getAssignedTradeCaptureSources()
public void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
makeEager
in class AbstractBusinessObject
public java.lang.String getComponentClass()
AbstractBusinessComponent
getComponentClass
in class AbstractBusinessComponent
public java.util.List<AbstractBusinessComponent> getOutputComponents()
AbstractBusinessComponent
getOutputComponents
in class AbstractBusinessComponent
public java.util.List<AbstractBusinessComponent> getInputComponents()
AbstractBusinessComponent
getInputComponents
in class AbstractBusinessComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |