public class MapTypeDTO
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapTypeDTO
public MapTypeDTO(String extensionName,
String code,
String argumentType,
String returnType,
boolean autocreate,
boolean generate)
-
Method Details
-
getExtensionName
public String getExtensionName()
-
-
getArgumentType
public String getArgumentType()
-
-
isAutocreate
public boolean isAutocreate()
-
isGenerate
public boolean isGenerate()