com.dotmarketing.portlets.webevents.model
Class WebEventLocation

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.webevents.model.WebEventLocation
All Implemented Interfaces:
java.io.Serializable

public class WebEventLocation
extends Inode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
WebEventLocation()
           
 
Method Summary
 java.lang.String getCity()
           
 java.util.Date getEndDate()
           
 long getHotelLink()
           
 java.lang.String getHotelName()
           
 float getNonPartnerPrice()
           
 float getPartnerPrice()
           
 long getPastEventLink()
           
 java.lang.String getShortDescription()
           
 java.util.Date getStartDate()
           
 java.lang.String getState()
           
 java.lang.String getTextEmail()
           
 long getWebEventInode()
           
 boolean isAlmostAtCapacity()
           
 boolean isDefaultContractPartnerPrice()
           
 boolean isFull()
           
 boolean isShowOnWeb()
           
 boolean isWebRegActive()
           
 void setAlmostAtCapacity(boolean almostAtCapacity)
           
 void setCity(java.lang.String city)
           
 void setDefaultContractPartnerPrice(boolean defaultContractPartnerPrice)
           
 void setEndDate(java.util.Date endDate)
           
 void setFull(boolean full)
           
 void setHotelLink(long hotelLink)
           
 void setHotelName(java.lang.String hotelName)
           
 void setNonPartnerPrice(float nonPartnerPrice)
           
 void setPartnerPrice(float partnerPrice)
           
 void setPastEventLink(long pastEventLink)
           
 void setShortDescription(java.lang.String shortDescription)
           
 void setShowOnWeb(boolean showOnWeb)
           
 void setStartDate(java.util.Date startDate)
           
 void setState(java.lang.String state)
           
 void setTextEmail(java.lang.String textEmail)
           
 void setWebEventInode(long webEventInode)
           
 void setWebRegActive(boolean webRegActive)
           
 java.lang.String toShortString()
           
 java.lang.String toString()
           
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getInode, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebEventLocation

public WebEventLocation()
Method Detail

getCity

public java.lang.String getCity()
Returns:
Returns the city.

setCity

public void setCity(java.lang.String city)
Parameters:
city - The city to set.

getEndDate

public java.util.Date getEndDate()
Returns:
Returns the endDate.

setEndDate

public void setEndDate(java.util.Date endDate)
Parameters:
endDate - The endDate to set.

getHotelLink

public long getHotelLink()
Returns:
Returns the hotelLink.

setHotelLink

public void setHotelLink(long hotelLink)
Parameters:
hotelLink - The hotelLink to set.

getHotelName

public java.lang.String getHotelName()
Returns:
Returns the hotelName.

setHotelName

public void setHotelName(java.lang.String hotelName)
Parameters:
hotelName - The hotelName to set.

getNonPartnerPrice

public float getNonPartnerPrice()
Returns:
Returns the nonPartnerPrice.

setNonPartnerPrice

public void setNonPartnerPrice(float nonPartnerPrice)
Parameters:
nonPartnerPrice - The nonPartnerPrice to set.

getPartnerPrice

public float getPartnerPrice()
Returns:
Returns the partnerPrice.

setPartnerPrice

public void setPartnerPrice(float partnerPrice)
Parameters:
partnerPrice - The partnerPrice to set.

getPastEventLink

public long getPastEventLink()
Returns:
Returns the pastEventLink.

setPastEventLink

public void setPastEventLink(long pastEventLink)
Parameters:
pastEventLink - The pastEventLink to set.

getShortDescription

public java.lang.String getShortDescription()
Returns:
Returns the shortDescription.

setShortDescription

public void setShortDescription(java.lang.String shortDescription)
Parameters:
shortDescription - The shortDescription to set.

isShowOnWeb

public boolean isShowOnWeb()
Returns:
Returns the showOnWeb.

setShowOnWeb

public void setShowOnWeb(boolean showOnWeb)
Parameters:
showOnWeb - The showOnWeb to set.

getStartDate

public java.util.Date getStartDate()
Returns:
Returns the startDate.

setStartDate

public void setStartDate(java.util.Date startDate)
Parameters:
startDate - The startDate to set.

getState

public java.lang.String getState()
Returns:
Returns the state.

setState

public void setState(java.lang.String state)
Parameters:
state - The state to set.

getTextEmail

public java.lang.String getTextEmail()
Returns:
Returns the textEmail.

setTextEmail

public void setTextEmail(java.lang.String textEmail)
Parameters:
textEmail - The textEmail to set.

getWebEventInode

public long getWebEventInode()
Returns:
Returns the webEventInode.

setWebEventInode

public void setWebEventInode(long webEventInode)
Parameters:
webEventInode - The webEventInode to set.

isWebRegActive

public boolean isWebRegActive()
Returns:
Returns the webRegActive.

setWebRegActive

public void setWebRegActive(boolean webRegActive)
Parameters:
webRegActive - The webRegActive to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toShortString

public java.lang.String toShortString()

isAlmostAtCapacity

public boolean isAlmostAtCapacity()

setAlmostAtCapacity

public void setAlmostAtCapacity(boolean almostAtCapacity)

isFull

public boolean isFull()

setFull

public void setFull(boolean full)

isDefaultContractPartnerPrice

public boolean isDefaultContractPartnerPrice()

setDefaultContractPartnerPrice

public void setDefaultContractPartnerPrice(boolean defaultContractPartnerPrice)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.