com.j2biz.blogunity.pojo
Class Trackback

java.lang.Object
  extended bycom.j2biz.blogunity.pojo.Trackback
All Implemented Interfaces:
Serializable, Validatable

public class Trackback
extends Object
implements Validatable, Serializable

Since:
0.3
Author:
tag
See Also:
Serialized Form

Field Summary
static String DIRECTION_INCOMING
           
static String DIRECTION_OUTGOING
           
static int OUTGOING_STATUS_FAILED
           
static int OUTGOING_STATUS_PENDING
           
static int OUTGOING_STATUS_SENT
           
 
Constructor Summary
Trackback()
           
 
Method Summary
 String getContent()
           
 Date getDate()
           
 String getDirection()
           
 Entry getEntry()
           
 Long getId()
           
 String getLoggedIp()
           
 int getOutgoingStatus()
           
 String getReferedBlogName()
           
 String getTitle()
           
 String getUrl()
           
 void setContent(String c)
          Sets the Trackback content
 void setDate(Date date)
           
 void setDirection(String direction)
           
 void setEntry(Entry entry)
           
 void setId(Long id)
           
 void setLoggedIp(String loggedIp)
          Sets the Logged ip
 void setOutgoingStatus(int outgoingStatus)
           
 void setReferedBlogName(String referedBlogName)
           
 void setTitle(String t)
          Sets the Title
 void setUrl(String u)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTION_OUTGOING

public static final String DIRECTION_OUTGOING
See Also:
Constant Field Values

DIRECTION_INCOMING

public static final String DIRECTION_INCOMING
See Also:
Constant Field Values

OUTGOING_STATUS_SENT

public static final int OUTGOING_STATUS_SENT
See Also:
Constant Field Values

OUTGOING_STATUS_PENDING

public static final int OUTGOING_STATUS_PENDING
See Also:
Constant Field Values

OUTGOING_STATUS_FAILED

public static final int OUTGOING_STATUS_FAILED
See Also:
Constant Field Values
Constructor Detail

Trackback

public Trackback()
Method Detail

getReferedBlogName

public String getReferedBlogName()
Returns:
string

setReferedBlogName

public void setReferedBlogName(String referedBlogName)

getEntry

public Entry getEntry()
Returns:

setEntry

public void setEntry(Entry entry)
Parameters:
entry -

getLoggedIp

public String getLoggedIp()
Returns:
Returns the Logged IP of a trackback.

setLoggedIp

public void setLoggedIp(String loggedIp)
Sets the Logged ip


getTitle

public String getTitle()
Returns:
Returns the Title of a trackback.

setTitle

public void setTitle(String t)
Sets the Title


getContent

public String getContent()
Returns:
Returns the Content of a trackback.

setContent

public void setContent(String c)
Sets the Trackback content

Parameters:
c -

getDate

public Date getDate()
Returns:
Returns the date.

setDate

public void setDate(Date date)
Parameters:
date - The date to set.

getDirection

public String getDirection()
Returns:
Returns the direction.

setDirection

public void setDirection(String direction)
Parameters:
direction - The direction to set.

getId

public Long getId()
Returns:
Returns the id.

setId

public void setId(Long id)
Parameters:
id - The id to set.

getUrl

public String getUrl()
Returns:
Returns the url.

setUrl

public void setUrl(String u)
Parameters:
u - The url to set.

getOutgoingStatus

public int getOutgoingStatus()
Returns:
integer

setOutgoingStatus

public void setOutgoingStatus(int outgoingStatus)
Parameters:
outgoingStatus -

validate

public void validate()
              throws ValidationFailure
Specified by:
validate in interface Validatable
Throws:
ValidationFailure


Copyright (c)j2biz.com