Class StyleImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.StyleImpl
- All Implemented Interfaces:
Style,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetName()getNext()intgetUid()voidsetBasedOn(StyleReferenceImpl basedOn) voidsetCharstyle(StyleReferenceImpl charstyle) voidsetIsDefault(int isDefault) voidsetIsRoot(int isRoot) voidvoidsetNext(StyleReferenceImpl next) voidsetProperties(StyleProperties properties) voidsetUid(int uid)
-
Constructor Details
-
StyleImpl
public StyleImpl()
-
-
Method Details
-
getName
-
setName
-
getUid
public int getUid() -
setUid
public void setUid(int uid) -
getIsDefault
public int getIsDefault()- Specified by:
getIsDefaultin interfaceStyle- Returns:
- the isDefault
-
setIsDefault
public void setIsDefault(int isDefault) - Specified by:
setIsDefaultin interfaceStyle- Parameters:
isDefault- the isDefault to set
-
getIsRoot
public int getIsRoot() -
setIsRoot
public void setIsRoot(int isRoot) -
getBasedOn
- Specified by:
getBasedOnin interfaceStyle- Returns:
- the basedOn
-
setBasedOn
- Specified by:
setBasedOnin interfaceStyle- Parameters:
basedOn- the basedOn to set
-
getNext
-
setNext
-
getCharstyle
- Specified by:
getCharstylein interfaceStyle- Returns:
- the charstyle
-
setCharstyle
- Specified by:
setCharstylein interfaceStyle- Parameters:
charstyle- the charstyle to set
-
getProperties
- Specified by:
getPropertiesin interfaceStyle- Returns:
- the properties
-
setProperties
- Specified by:
setPropertiesin interfaceStyle- Parameters:
properties- the properties to set
-