com.j2biz.blogunity.pojo
Class Link
java.lang.Object
com.j2biz.blogunity.pojo.Link
- All Implemented Interfaces:
- Serializable
- public class Link
- extends Object
- implements Serializable
- Since:
- 0.1
- Author:
- michelson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Link
public Link()
Link
public Link(String name,
String url,
int order)
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