com.dotmarketing.portlets.virtuallinks.model
Class VirtualLink
java.lang.Object
com.dotmarketing.beans.Inode
com.dotmarketing.portlets.virtuallinks.model.VirtualLink
- All Implemented Interfaces:
- UUIDable, Permissionable, Versionable, Categorizable, java.io.Serializable, java.lang.Comparable
public class VirtualLink
- extends Inode
- implements java.io.Serializable
- Author:
- Hibernate CodeGenerator
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getInode()
gets the inode (specific version id) of the versionable |
static long |
getSerialVersionUID()
|
java.lang.String |
getTitle()
returns the title of the specific asset |
java.lang.String |
getUri()
|
java.lang.String |
getUrl()
|
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setInode(java.lang.String inode)
Sets the inode. |
void |
setTitle(java.lang.String title)
|
void |
setUri(java.lang.String uri)
|
void |
setUrl(java.lang.String url)
|
| Methods inherited from class com.dotmarketing.beans.Inode |
acceptedPermissions, addChild, addChild, addChild, addChild, addChild, addParent, addParent, addParent, compareTo, deleteChild, deleteChild, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getMap, getModDate, getModUser, getOwner, getParentPermissionable, getPermissionId, getPermissionType, getType, getVersionId, getVersionType, hasChildren, hashCode, hasParents, isArchived, isLive, isLocked, isNew, isParentPermissionable, isWorking, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setOwner, setParents, setType, setVersionId |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
VirtualLink
public VirtualLink()
- default constructor
getTitle
public java.lang.String getTitle()
- Description copied from interface:
Versionable
- returns the title of the specific asset
- Specified by:
getTitle in interface Versionable- Overrides:
getTitle in class Inode
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - The title to set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- Returns the serialVersionUID.
isActive
public boolean isActive()
- Returns:
- Returns the active.
setActive
public void setActive(boolean active)
- Parameters:
active - The active to set.
getInode
public java.lang.String getInode()
- Description copied from interface:
Versionable
- gets the inode (specific version id) of the versionable
- Specified by:
getInode in interface UUIDable- Specified by:
getInode in interface Versionable- Overrides:
getInode in class Inode
- Returns:
- Returns the inode.
setInode
public void setInode(java.lang.String inode)
- Description copied from class:
Inode
- Sets the inode.
- Specified by:
setInode in interface UUIDable- Overrides:
setInode in class Inode
- Parameters:
inode - The inode to set.
getUri
public java.lang.String getUri()
- Returns:
- Returns the uri.
setUri
public void setUri(java.lang.String uri)
- Parameters:
uri - The uri to set.
getUrl
public java.lang.String getUrl()
- Returns:
- Returns the url.
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url - The url to set.
Copyright © 2013 dotCMS Inc. All Rights Reserved.