net.sourceforge.fixagora.basis.shared.model.persistence
Class BankCalendar

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
      extended by net.sourceforge.fixagora.basis.shared.model.persistence.BankCalendar
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface

@Entity
public class BankCalendar
extends AbstractBusinessObject

The Class BankCalendar.

See Also:
Serialized Form

Constructor Summary
BankCalendar()
           
 
Method Summary
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 org.jquantlib.time.Calendar getCalendar()
          Gets the calendar.
 java.lang.String getIcon()
          Gets the icon.
 java.lang.String getLargeIcon()
          Gets the large icon.
 boolean isEditable()
          Checks if is editable.
 
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, isMovable, makeEager, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setTransientValues, setWriteRoles, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BankCalendar

public BankCalendar()
Method Detail

getBusinessObjectName

public java.lang.String getBusinessObjectName()
Description copied from class: AbstractBusinessObject
Gets the business object name.

Specified by:
getBusinessObjectName in class AbstractBusinessObject
Returns:
the business object name

getIcon

public java.lang.String getIcon()
Description copied from class: AbstractBusinessObject
Gets the icon.

Overrides:
getIcon in class AbstractBusinessObject
Returns:
the icon

getLargeIcon

public java.lang.String getLargeIcon()
Description copied from class: AbstractBusinessObject
Gets the large icon.

Overrides:
getLargeIcon in class AbstractBusinessObject
Returns:
the large icon

getCalendar

public org.jquantlib.time.Calendar getCalendar()
Gets the calendar.

Returns:
the calendar

isEditable

public boolean isEditable()
Description copied from class: AbstractBusinessObject
Checks if is editable.

Overrides:
isEditable in class AbstractBusinessObject
Returns:
true, if is editable