is.idega.idegaweb.golf.entity
Interface AccountYear

All Superinterfaces:
java.lang.Comparable<com.idega.data.IDOEntity>, javax.ejb.EJBLocalObject, GolfEntity, com.idega.data.IDOEntity, com.idega.data.IDOLegacyEntity, com.idega.data.MetaDataCapable
All Known Implementing Classes:
AccountYearBMPBean

public interface AccountYear
extends GolfEntity


Field Summary
 
Fields inherited from interface com.idega.data.IDOLegacyEntity
STATE_DELETED, STATE_IN_SYNCH_WITH_DATASTORE, STATE_NEW, STATE_NEW_AND_NOT_IN_SYNCH_WITH_DATASTORE, STATE_NOT_IN_SYNCH_WITH_DATASTORE
 
Method Summary
 boolean getActive()
           
 java.sql.Timestamp getCreationDate()
           
 java.sql.Timestamp getFrom()
           
 java.lang.String getInfo()
           
 int getMainYear()
           
 java.lang.String getName()
           
 java.sql.Timestamp getTo()
           
 int getUnionId()
           
 void setActive(boolean p0)
           
 void setCreationDate(java.sql.Timestamp p0)
           
 void setFrom(java.sql.Timestamp p0)
           
 void setInfo(java.lang.String p0)
           
 void setMainYear(int p0)
           
 void setMainYear(java.lang.Integer p0)
           
 void setName(java.lang.String p0)
           
 void setTo(java.sql.Timestamp p0)
           
 void setUnionId(int p0)
           
 void setUnionId(java.lang.Integer p0)
           
 
Methods inherited from interface com.idega.data.IDOLegacyEntity
addMetaData, addMetaData, addTo, addTo, addTo, addTo, addTo, addTo, addTo, addTreeRelationShip, clear, columnsHaveChanged, constructArray, delete, delete, deleteMetaData, deleteMultiple, deleteMultiple, empty, fillColumn, findAll, findAll, findAll, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumn, findAllByColumnDescendingOrdered, findAllByColumnDescendingOrdered, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEquals, findAllByColumnEqualsOrdered, findAllByColumnEqualsOrdered, findAllByColumnEqualsOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllByColumnOrdered, findAllDescendingOrdered, findAllOrdered, findAssociated, findAssociatedOrdered, findByPrimaryKey, findRelated, findRelated, findRelatedIDs, findRelatedIDs, findReverseRelated, freeConnection, freeConnection, getBlobColumnValue, getBooleanColumnValue, getCharColumnValue, getColumn, getColumnNames, getColumnOutputStream, getColumnValue, getConnection, getConnection, getDatasource, getDoubleColumnValue, getEditableColumnNames, getEmptyBlob, getEntityName, getEntityState, getFloatColumnValue, getID, getIDColumnName, getIDInteger, getIfEditable, getIfInsertStartData, getIfNullable, getIfUnique, getIfVisible, getInputStreamColumnValue, getIntColumnValue, getIntegerColumnValue, getIntTableValue, getLobColumnName, getLongName, getMaxColumnValue, getMaxColumnValue, getMaxLength, getMetaDataDelete, getMetaDataIds, getMetaDataInsert, getMetaDataUpdate, getNameOfMiddleTable, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecords, getNumberOfRecordsRelated, getNumberOfRecordsReverseRelated, getPrimaryKeyValue, getRelationShipClass, getRelationShipType, getStorageClassName, getStorageClassType, getStringColumnValue, getTableName, getVisibleColumnNames, hasBeenSetNull, hasLobColumn, hasMetaDataRelationship, insert, insert, insertMetaData, isInSynchWithDatastore, isNull, isPrimaryKey, metaDataHasChanged, metaDataHasChanged, removeFrom, removeFrom, removeFrom, removeFrom, removeFrom, removeFromColumn, removeMetaData, reverseRemoveFrom, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setColumn, setDatasource, setDefaultValues, setEntityState, setID, setID, setLongName, setMaxLength, setNullable, setRelationShipClassName, setRelationShipType, setStorageClassName, setStorageClassType, setStringColumn, setToInsertStartData, setUnique, setVisible, toString, update, update, updateMetaData
 
Methods inherited from interface com.idega.data.IDOEntity
decode, decode, getEntityDefinition, store
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.idega.data.MetaDataCapable
getMetaData, getMetaDataAttributes, getMetaDataTypes, renameMetaData, renameMetaData, setMetaData, setMetaData, setMetaDataAttributes
 

Method Detail

getActive

boolean getActive()

getCreationDate

java.sql.Timestamp getCreationDate()

getFrom

java.sql.Timestamp getFrom()

getInfo

java.lang.String getInfo()

getMainYear

int getMainYear()

getName

java.lang.String getName()
Specified by:
getName in interface com.idega.data.IDOLegacyEntity

getTo

java.sql.Timestamp getTo()

getUnionId

int getUnionId()

setActive

void setActive(boolean p0)

setCreationDate

void setCreationDate(java.sql.Timestamp p0)

setFrom

void setFrom(java.sql.Timestamp p0)

setInfo

void setInfo(java.lang.String p0)

setMainYear

void setMainYear(java.lang.Integer p0)

setMainYear

void setMainYear(int p0)

setName

void setName(java.lang.String p0)
Specified by:
setName in interface com.idega.data.IDOLegacyEntity

setTo

void setTo(java.sql.Timestamp p0)

setUnionId

void setUnionId(int p0)

setUnionId

void setUnionId(java.lang.Integer p0)


Copyright © 2000-2014 idega software. All Rights Reserved.