Packagecom.ericfeminella.blogs.model
Classpublic class BlogLinkVO

Value Object class which represents a blog Link entity



Public Properties
 PropertyDefined by
  id : int
BlogLinkVO
  name : String
BlogLinkVO
  url : String
BlogLinkVO
Public Methods
 MethodDefined by
  
BlogLinkVO(name:String, url:String, id:int)
Initializes an instance of a Blog Link Object
BlogLinkVO
Property detail
idproperty
public var id:int
nameproperty 
public var name:String
urlproperty 
public var url:String
Constructor detail
BlogLinkVO()constructor
public function BlogLinkVO(name:String, url:String, id:int)

Initializes an instance of a Blog Link Object

Parameters
name:String — the name of the blog
 
url:String — the url of the blog
 
id:int — the blog id