public class ComponentBean extends Object implements Serializable, Comparable<ComponentBean>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_AREA |
static int |
INSTANCE |
Constructor and Description |
---|
ComponentBean() |
ComponentBean(ComponentBean bean) |
ComponentBean(String newType,
String newValue,
String newLanguague) |
ComponentBean(String newId,
String newType,
String newValue,
String newLanguague,
boolean newRepeat,
User authors) |
public static int INSTANCE
public static final String DEFAULT_AREA
public ComponentBean()
public ComponentBean(String newId, String newType, String newValue, String newLanguague, boolean newRepeat, User authors)
public ComponentBean(ComponentBean bean) throws SecurityException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
protected void finalize() throws Throwable
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String getArea()
public String getId()
public String getLanguage()
public String getStyle()
public String getType()
public String getValue()
public boolean isList()
public boolean isModify()
public boolean isRepeat()
public String getRenderer()
public void setRenderer(String renderer)
public void setArea(String area)
public void setId(String id)
public void setLanguage(String string)
string
- public void setList(boolean list)
public void setModify(boolean modify)
public void setRepeat(boolean repeat)
public void setStyle(String style)
public void setType(String type)
public void setValue(String value)
public String getAuthors()
public void setAuthors(String authors)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Date getModificationDate()
public void setModificationDate(Date modificationDate)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getTextColor()
public void setTextColor(String textColor)
public int compareTo(ComponentBean bean)
compareTo
in interface Comparable<ComponentBean>
public ComponentLayout getLayout()
public void setLayout(ComponentLayout layout)
public boolean isNolink()
public void setNolink(boolean autolink)
public boolean isHidden()
public void setHidden(boolean hidden)
public int getCookiesDisplayStatus()
public void setCookiesDisplayStatus(int cookiesDisplayStatus)
public Date getDeleteDate()
public void setDeleteDate(Date deleteDate)
public static void main(String[] args)
public String getManualCssClass()
public void setManualCssClass(String manualCssClass)
Copyright © 2012-2018. All Rights Reserved.