com.metamatrix.common.config.api
Interface ConfigurationInfo

All Superinterfaces:
BaseObject, java.lang.Cloneable, java.lang.Comparable
All Known Implementing Classes:
BasicConfigurationInfo

public interface ConfigurationInfo
extends BaseObject


Method Summary
 java.util.Date getCreationDate()
           
 java.util.Date getLastChangedDate()
           
 boolean isDeployed()
           
 boolean isLocked()
           
 boolean isReleased()
           
 
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject
clone, getFullName, getID, getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLastChangedDate

java.util.Date getLastChangedDate()

getCreationDate

java.util.Date getCreationDate()

isDeployed

boolean isDeployed()

isLocked

boolean isLocked()

isReleased

boolean isReleased()


Copyright © 2009. All Rights Reserved.