is.idega.idegaweb.golf.entity
Interface TournamentParticipants

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 Subinterfaces:
TournamentRoundParticipants
All Known Implementing Classes:
TournamentParticipantsBMPBean, TournamentRoundParticipantsBMPBean

public interface TournamentParticipants
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
 void delete()
           
 java.lang.String getAbbrevation()
           
 int getDifference()
           
 java.lang.String getFirstName()
           
 java.lang.String getGroupName()
           
 int getHolesPlayed()
           
 java.lang.String getLastName()
           
 int getMemberID()
           
 java.lang.String getMiddleName()
           
 java.lang.String getName()
           
 float getRoundHandicap()
           
 int getRoundNumber()
           
 java.sql.Timestamp getScorecardDate()
           
 int getScorecardID()
           
 java.lang.String getSocialSecurityNumber()
           
 int getStrokesWithHandicap()
           
 int getStrokesWithoutHandicap()
           
 int getTotalPar()
           
 int getTotalPoints()
           
 int getTournamentGroupID()
           
 int getTournamentID()
           
 int getTournamentRoundID()
           
 
Methods inherited from interface com.idega.data.IDOLegacyEntity
addMetaData, addMetaData, addTo, addTo, addTo, addTo, addTo, addTo, addTo, addTreeRelationShip, clear, columnsHaveChanged, constructArray, 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, setName, 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

delete

void delete()
Specified by:
delete in interface com.idega.data.IDOLegacyEntity

getAbbrevation

java.lang.String getAbbrevation()

getDifference

int getDifference()

getFirstName

java.lang.String getFirstName()

getGroupName

java.lang.String getGroupName()

getHolesPlayed

int getHolesPlayed()

getLastName

java.lang.String getLastName()

getMemberID

int getMemberID()

getMiddleName

java.lang.String getMiddleName()

getName

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

getRoundHandicap

float getRoundHandicap()

getRoundNumber

int getRoundNumber()

getScorecardDate

java.sql.Timestamp getScorecardDate()

getScorecardID

int getScorecardID()

getSocialSecurityNumber

java.lang.String getSocialSecurityNumber()

getStrokesWithHandicap

int getStrokesWithHandicap()

getStrokesWithoutHandicap

int getStrokesWithoutHandicap()

getTotalPar

int getTotalPar()

getTotalPoints

int getTotalPoints()

getTournamentGroupID

int getTournamentGroupID()

getTournamentID

int getTournamentID()

getTournamentRoundID

int getTournamentRoundID()


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