net.sourceforge.fixagora.basis.shared.model.persistence
Interface BusinessObjectGroup

All Known Implementing Classes:
BankCalendarGroup, BusinessSection, BuySideBook, BuySideBookGroup, Counterparty, CounterpartyGroup, ExcelTradeCaptureGroup, FIXAcceptorGroup, FIXInitiatorGroup, FRoleGroup, FSecurityGroup, FUserGroup, SAPTradeCaptureGroup, SellSideBook, SellSideBookGroup, SpreadSheetGroup, TradeCaptureGroup

public interface BusinessObjectGroup

The Interface BusinessObjectGroup.


Method Summary
 java.lang.Class<? extends AbstractBusinessObject> getChildClass()
          Gets the child class.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getName()
          Gets the name.
 boolean isSubfolderAllowed()
          Checks if is subfolder allowed.
 void setDescription(java.lang.String text)
          Sets the description.
 void setName(java.lang.String trim)
          Sets the name.
 

Method Detail

getChildClass

java.lang.Class<? extends AbstractBusinessObject> getChildClass()
Gets the child class.

Returns:
the child class

isSubfolderAllowed

boolean isSubfolderAllowed()
Checks if is subfolder allowed.

Returns:
true, if is subfolder allowed

getDescription

java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

void setDescription(java.lang.String text)
Sets the description.

Parameters:
text - the new description

getName

java.lang.String getName()
Gets the name.

Returns:
the name

setName

void setName(java.lang.String trim)
Sets the name.

Parameters:
trim - the new name