public class ContentDef extends Object
| Constructor and Description |
|---|
ContentDef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz() |
String |
getClazzName(boolean asInterface) |
String |
getIvoName() |
String |
getPath(boolean asInterface) |
String |
getPkgName() |
ContentType |
getType() |
String |
getTypeAsString(boolean isInterface) |
Integer |
getVersion() |
String |
getVersionedType(boolean isInterface) |
void |
setClazz(String clazz) |
void |
setIvoName(String ivoName) |
void |
setPkgName(String pkgName) |
void |
setType(ContentType type) |
void |
setVersion(Integer version) |
public ContentType getType()
public void setType(ContentType type)
type - the type to setpublic String getPkgName()
public void setPkgName(String pkgName)
pkgName - the pkgName to setpublic String getIvoName()
public void setIvoName(String ivoName)
ivoName - the ivoName to setpublic Integer getVersion()
public void setVersion(Integer version)
version - the version to setpublic String getClazz()
public void setClazz(String clazz)
clazz - the clazzpublic String getVersionedType(boolean isInterface)
isInterface - true if interface should be usedpublic String getClazzName(boolean asInterface)
asInterface - true if interface should be usedpublic String getPath(boolean asInterface)
asInterface - is an interfacepublic String getTypeAsString(boolean isInterface)
isInterface - type as string for interface useCopyright © 2016–2018 Taimos GmbH. All rights reserved.