Package com.thortech.xl.vo.ddm
Class RootObject
java.lang.Object
com.thortech.xl.vo.ddm.RootObject
- All Implemented Interfaces:
Serializable
Make the object serializable
- Author:
- evandana
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
boolean
boolean
boolean
boolean
void
setChilds
(Collection<RootObject> childs) void
setExportable
(boolean exportable) void
setFilename
(String filename) void
setImportable
(boolean importable) void
setImportMessages
(Collection importMessages) void
setLogicalType
(String logicalType) void
void
setNewObject
(boolean newObject) void
setParents
(Collection<RootObject> parents) void
setPhysicalType
(String physicalType) void
setSharedObject
(boolean b) toString()
-
Constructor Details
-
RootObject
- Parameters:
string
-string2
-
-
RootObject
public RootObject()
-
-
Method Details
-
getLogicalType
-
setLogicalType
-
getName
-
setName
-
getPhysicalType
-
setPhysicalType
-
equals
-
getChilds
-
setChilds
-
getParents
-
setParents
-
isExportable
public boolean isExportable() -
setExportable
public void setExportable(boolean exportable) -
isImportable
public boolean isImportable() -
setImportable
public void setImportable(boolean importable) -
hashCode
public int hashCode() -
toString
-
toString
-
getFilename
- Returns:
- Returns the filename.
-
setFilename
- Parameters:
filename
- The filename to set.
-
getImportMessages
-
setImportMessages
-
isNewObject
public boolean isNewObject()- Returns:
- Returns the newObject.
-
setNewObject
public void setNewObject(boolean newObject) - Parameters:
newObject
- The newObject to set.
-