is.idega.idegaweb.golf.entity
Interface UnionInfo

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

public interface UnionInfo
extends com.idega.data.IDOEntity


Method Summary
 com.idega.core.location.data.Address getAddress()
           
 com.idega.core.contact.data.Email getEmail()
           
 java.lang.String getFacebook()
           
 int getFoundedYear()
           
 com.idega.core.file.data.ICFile getImage()
           
 java.lang.String getLatitude()
           
 java.lang.String getLongitude()
           
 java.lang.String getMapFrameUrl()
           
 com.idega.core.contact.data.Phone getPhone()
           
 java.lang.String getRSSFeed()
           
 java.lang.String getTwitter()
           
 Union getUnion()
           
 java.lang.String getWebPage()
           
 void setAddress(com.idega.core.location.data.Address address)
           
 void setEmail(com.idega.core.contact.data.Email email)
           
 void setFacebook(java.lang.String facebook)
           
 void setFoundedYear(int year)
           
 void setImage(com.idega.core.file.data.ICFile image)
           
 void setLatitude(java.lang.String latitude)
           
 void setLongitude(java.lang.String longitude)
           
 void setMapFrameUrl(java.lang.String mapFrameUrl)
           
 void setPhone(com.idega.core.contact.data.Phone phone)
           
 void setRSSFeed(java.lang.String rssFeed)
           
 void setTwitter(java.lang.String twitter)
           
 void setUnion(Union union)
           
 void setWebPage(java.lang.String webPage)
           
 
Methods inherited from interface com.idega.data.IDOEntity
decode, decode, getDatasource, getEntityDefinition, setDatasource, store
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUnion

Union getUnion()
See Also:
UnionInfoBMPBean.getUnion()

getAddress

com.idega.core.location.data.Address getAddress()
See Also:
UnionInfoBMPBean.getAddress()

getPhone

com.idega.core.contact.data.Phone getPhone()
See Also:
UnionInfoBMPBean.getPhone()

getEmail

com.idega.core.contact.data.Email getEmail()
See Also:
UnionInfoBMPBean.getEmail()

getImage

com.idega.core.file.data.ICFile getImage()
See Also:
UnionInfoBMPBean.getImage()

getWebPage

java.lang.String getWebPage()
See Also:
UnionInfoBMPBean.getWebPage()

getFoundedYear

int getFoundedYear()
See Also:
UnionInfoBMPBean.getFoundedYear()

getLatitude

java.lang.String getLatitude()
See Also:
UnionInfoBMPBean.getLatitude()

getLongitude

java.lang.String getLongitude()
See Also:
UnionInfoBMPBean.getLongitude()

getFacebook

java.lang.String getFacebook()
See Also:
UnionInfoBMPBean.getFacebook()

getTwitter

java.lang.String getTwitter()
See Also:
UnionInfoBMPBean.getTwitter()

getRSSFeed

java.lang.String getRSSFeed()
See Also:
UnionInfoBMPBean.getRSSFeed()

setUnion

void setUnion(Union union)
See Also:
UnionInfoBMPBean.setUnion(is.idega.idegaweb.golf.entity.Union)

setAddress

void setAddress(com.idega.core.location.data.Address address)
See Also:
UnionInfoBMPBean.setAddress(com.idega.core.location.data.Address)

setPhone

void setPhone(com.idega.core.contact.data.Phone phone)
See Also:
UnionInfoBMPBean.setPhone(com.idega.core.contact.data.Phone)

setEmail

void setEmail(com.idega.core.contact.data.Email email)
See Also:
UnionInfoBMPBean.setEmail(com.idega.core.contact.data.Email)

setImage

void setImage(com.idega.core.file.data.ICFile image)
See Also:
UnionInfoBMPBean.setImage(com.idega.core.file.data.ICFile)

setWebPage

void setWebPage(java.lang.String webPage)
See Also:
UnionInfoBMPBean.setWebPage(java.lang.String)

setFoundedYear

void setFoundedYear(int year)
See Also:
UnionInfoBMPBean.setFoundedYear(int)

setLatitude

void setLatitude(java.lang.String latitude)
See Also:
UnionInfoBMPBean.setLatitude(java.lang.String)

setLongitude

void setLongitude(java.lang.String longitude)
See Also:
UnionInfoBMPBean.setLongitude(java.lang.String)

setFacebook

void setFacebook(java.lang.String facebook)
See Also:
UnionInfoBMPBean.setFacebook(java.lang.String)

setTwitter

void setTwitter(java.lang.String twitter)
See Also:
UnionInfoBMPBean.setTwitter(java.lang.String)

setRSSFeed

void setRSSFeed(java.lang.String rssFeed)
See Also:
UnionInfoBMPBean.setRSSFeed(java.lang.String)

getMapFrameUrl

java.lang.String getMapFrameUrl()
See Also:
UnionInfoBMPBean.getMapFrameUrl()

setMapFrameUrl

void setMapFrameUrl(java.lang.String mapFrameUrl)
See Also:
UnionInfoBMPBean.setMapFrameUrl(java.lang.String)


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