Skip navigation links


com.thortech.xl.vo.ddm
Class RootObject

java.lang.Object
  extended by com.thortech.xl.vo.ddm.RootObject

All Implemented Interfaces:
java.io.Serializable

public class RootObject
extends java.lang.Object
implements java.io.Serializable

Make the object serializable

See Also:
Serialized Form

Constructor Summary
RootObject()
           
RootObject(java.lang.String physicalType, java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Collection getChilds()
           
 java.lang.String getFilename()
           
 java.util.Collection getImportMessages()
           
 java.lang.String getLogicalType()
           
 java.lang.String getName()
           
 java.util.Collection getParents()
           
 java.lang.String getPhysicalType()
           
 int hashCode()
           
 boolean isExportable()
           
 boolean isImportable()
           
 boolean isNewObject()
           
 boolean isSharedObject()
           
 void setChilds(java.util.Collection childs)
           
 void setExportable(boolean exportable)
           
 void setFilename(java.lang.String filename)
           
 void setImportable(boolean importable)
           
 void setImportMessages(java.util.Collection importMessages)
           
 void setLogicalType(java.lang.String logicalType)
           
 void setName(java.lang.String name)
           
 void setNewObject(boolean newObject)
           
 void setParents(java.util.Collection parents)
           
 void setPhysicalType(java.lang.String physicalType)
           
 void setSharedObject(boolean b)
           
 java.lang.String toString()
           
 java.lang.String toString(java.lang.String tab)
           

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RootObject

public RootObject(java.lang.String physicalType,
                  java.lang.String name)
Parameters:
string -
string2 -

RootObject

public RootObject()

Method Detail

getLogicalType

public java.lang.String getLogicalType()

setLogicalType

public void setLogicalType(java.lang.String logicalType)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPhysicalType

public java.lang.String getPhysicalType()

setPhysicalType

public void setPhysicalType(java.lang.String physicalType)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getChilds

public java.util.Collection getChilds()

setChilds

public void setChilds(java.util.Collection childs)

getParents

public java.util.Collection getParents()

setParents

public void setParents(java.util.Collection parents)

isExportable

public boolean isExportable()

setExportable

public void setExportable(boolean exportable)

isImportable

public boolean isImportable()

setImportable

public void setImportable(boolean importable)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString(java.lang.String tab)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFilename

public java.lang.String getFilename()
Returns:
Returns the filename.

setFilename

public void setFilename(java.lang.String filename)
Parameters:
filename - The filename to set.

getImportMessages

public java.util.Collection getImportMessages()

setImportMessages

public void setImportMessages(java.util.Collection importMessages)

setSharedObject

public void setSharedObject(boolean b)
Parameters:
b -

isSharedObject

public boolean isSharedObject()

isNewObject

public boolean isNewObject()
Returns:
Returns the newObject.

setNewObject

public void setNewObject(boolean newObject)
Parameters:
newObject - The newObject to set.

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.