com.j2biz.blogunity.pojo
Class Link

java.lang.Object
  extended bycom.j2biz.blogunity.pojo.Link
All Implemented Interfaces:
Serializable

public class Link
extends Object
implements Serializable

Since:
0.1
Author:
michelson
See Also:
Serialized Form

Constructor Summary
Link()
           
Link(String name, String url, int order)
           
 
Method Summary
 Blog getBlog()
           
 Long getId()
           
 String getName()
           
 int getOrder()
           
 String getUrl()
           
 void setBlog(Blog blog)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setOrder(int order)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link

public Link()

Link

public Link(String name,
            String url,
            int order)
Method Detail

getId

public Long getId()
Returns:
Returns the id.

setId

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

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getUrl

public String getUrl()
Returns:
Returns the url.

setUrl

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

getBlog

public Blog getBlog()
Returns:
Returns the blog.

setBlog

public void setBlog(Blog blog)
Parameters:
blog - The blog to set.

getOrder

public int getOrder()
Returns:
Returns the order.

setOrder

public void setOrder(int order)
Parameters:
order - The order to set.


Copyright (c)j2biz.com