Liferay 6.1.2-ce-ga3

com.liferay.portal.theme
Class ThemeCompanyId

java.lang.Object
  extended by com.liferay.portal.theme.ThemeCompanyId
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ThemeGroupId

public class ThemeCompanyId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ThemeCompanyId(String value, boolean pattern)
           
 
Method Summary
 String getValue()
           
 boolean isPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeCompanyId

public ThemeCompanyId(String value,
                      boolean pattern)
Method Detail

getValue

public String getValue()

isPattern

public boolean isPattern()

Liferay 6.1.2-ce-ga3