com.dotmarketing.portlets.entities.model
Class Entity

java.lang.Object
  extended by com.dotmarketing.beans.Inode
      extended by com.dotmarketing.portlets.entities.model.Entity
All Implemented Interfaces:
java.io.Serializable

public class Entity
extends Inode
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dotmarketing.beans.Inode
inode
 
Constructor Summary
Entity()
          default constructor
Entity(java.lang.String entityName)
          minimal constructor
 
Method Summary
 java.lang.String[] getCategories()
          Returns the categories.
 java.lang.String getEntityName()
          Returns the entityName.
 long getInode()
           
 void setCategories(java.lang.String[] categories)
          Sets the categories.
 void setEntityName(java.lang.String entityName)
          Sets the entityName.
 void setInode(long inode)
          Sets the inode.
 
Methods inherited from class com.dotmarketing.beans.Inode
addChild, addChild, addParent, addParent, deleteChild, deleteChild, deleteParent, deleteParent, equals, getiDate, getIDate, getIdentifier, getMap, getOwner, getType, hasChildren, hasParents, isNew, setiDate, setIDate, setIDate, setIdentifier, setInode, setOwner, setOwner, setParents, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity

public Entity()
default constructor


Entity

public Entity(java.lang.String entityName)
minimal constructor

Method Detail

getInode

public long getInode()
Overrides:
getInode in class Inode

setInode

public void setInode(long inode)
Description copied from class: Inode
Sets the inode.

Overrides:
setInode in class Inode
Parameters:
inode - The inode to set

getEntityName

public java.lang.String getEntityName()
Returns the entityName.

Returns:
String

setEntityName

public void setEntityName(java.lang.String entityName)
Sets the entityName.

Parameters:
entityName - The entityName to set

getCategories

public java.lang.String[] getCategories()
Returns the categories.

Returns:
String[]

setCategories

public void setCategories(java.lang.String[] categories)
Sets the categories.

Parameters:
categories - The categories to set


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.