Package org.pentaho.di.shared
Class SharedObjectBase
- java.lang.Object
-
- org.pentaho.di.shared.SharedObjectBase
-
- Direct Known Subclasses:
DatabaseMeta
public class SharedObjectBase extends Object
-
-
Constructor Summary
Constructors Constructor Description SharedObjectBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getChangedDate()
boolean
isShared()
void
setChangedDate(Date changedDate)
void
setShared(boolean shared)
-