org.strutsme.wishlist.persistence.dto.impl
Class WishDtoImpl

java.lang.Object
  extended by org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
      extended by org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
All Implemented Interfaces:
java.io.Serializable, BaseDto, WishDto

public class WishDtoImpl
extends BaseDtoImpl
implements WishDto

Implementation of wish.

Author:
lbusmann
See Also:
Serialized Form

Constructor Summary
WishDtoImpl()
           
 
Method Summary
 java.lang.String getAuthorId()
          
 java.lang.String getBody()
          
 java.lang.Short getPriority()
          gets the priority of the wish.
 java.lang.String getSubject()
          
 void setAuthorId(java.lang.String authorId)
          
 void setBody(java.lang.String body)
          
 void setPriority(java.lang.Short priority)
          Sets the priority of the wish.
 void setSubject(java.lang.String subject)
          
 
Methods inherited from class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
getCreatedAt, getId, setCreatedAt, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.strutsme.wishlist.persistence.dto.BaseDto
getCreatedAt, getId, setCreatedAt, setId
 

Constructor Detail

WishDtoImpl

public WishDtoImpl()
Method Detail

getAuthorId

public final java.lang.String getAuthorId()

Specified by:
getAuthorId in interface WishDto
Returns:
the authorId

setAuthorId

public final void setAuthorId(java.lang.String authorId)

Specified by:
setAuthorId in interface WishDto
Parameters:
authorId - the authorId to set

getBody

public final java.lang.String getBody()

Specified by:
getBody in interface WishDto
Returns:
the body

setBody

public final void setBody(java.lang.String body)

Specified by:
setBody in interface WishDto
Parameters:
body - the body to set

getSubject

public final java.lang.String getSubject()

Specified by:
getSubject in interface WishDto
Returns:
the subject

setSubject

public final void setSubject(java.lang.String subject)

Specified by:
setSubject in interface WishDto
Parameters:
subject - the subject to set

getPriority

public final java.lang.Short getPriority()
gets the priority of the wish.

Specified by:
getPriority in interface WishDto
Returns:
the priority of the wish

setPriority

public final void setPriority(java.lang.Short priority)
Sets the priority of the wish.

Specified by:
setPriority in interface WishDto
Parameters:
priority - the priority to set