com.liferay.portlet.tags.model
Class TagsEntryConstants

java.lang.Object
  extended by com.liferay.portlet.tags.model.TagsEntryConstants

public class TagsEntryConstants
extends java.lang.Object

View Source

Author:
Jorge Ferrer

Field Summary
static long DEFAULT_PARENT_ENTRY_ID
           
static boolean FOLKSONOMY_CATEGORY
           
static boolean FOLKSONOMY_TAG
           
 
Constructor Summary
TagsEntryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARENT_ENTRY_ID

public static final long DEFAULT_PARENT_ENTRY_ID
See Also:
Constant Field Values

FOLKSONOMY_CATEGORY

public static final boolean FOLKSONOMY_CATEGORY
See Also:
Constant Field Values

FOLKSONOMY_TAG

public static final boolean FOLKSONOMY_TAG
See Also:
Constant Field Values
Constructor Detail

TagsEntryConstants

public TagsEntryConstants()