public class DeploymentDTO
extends Object
-
Constructor Summary
Constructors
DeploymentDTO(String extensionName,
String packageName,
String name,
String superDeployment,
int typeCode,
boolean anAbstract,
boolean generic,
boolean aFinal,
String tableName,
String propsTableName,
boolean nonItemDeployment)
-
Method Summary
int
boolean
boolean
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeploymentDTO
public DeploymentDTO(String extensionName,
String packageName,
String name,
String superDeployment,
int typeCode,
boolean anAbstract,
boolean generic,
boolean aFinal,
String tableName,
String propsTableName,
boolean nonItemDeployment)
-
Method Details
-
getExtensionName
public String getExtensionName()
-
getPackageName
public String getPackageName()
-
-
getSuperDeployment
public String getSuperDeployment()
-
getTypeCode
public int getTypeCode()
-
isAbstract
public boolean isAbstract()
-
isGeneric
public boolean isGeneric()
-
isFinal
public boolean isFinal()
-
-
getPropsTableName
public String getPropsTableName()
-
isNonItemDeployment
public boolean isNonItemDeployment()