com.sun.n1.sps.model.bundle
Interface SummaryBundle

All Known Subinterfaces:
Bundle

public interface SummaryBundle

A read-only, summary view of a Bundle object. This will provide meta-data about the Bundle. For a more detailed look at the contents of the Bundle, use the Bundle object.


Method Summary
 java.lang.String getDescription()
          Returns the description of this Bundle., or null if it doesn't exist.
 BundleID getID()
          Returns the ID of this object, or null if this object has not yet been saved.
 java.lang.String getName()
          Returns the name of this Bundle.
 java.util.Date getTimeStamp()
          On the source Master Server, returns the time stamp of the bundle creation/update.
 

Method Detail

getID

BundleID getID()
Returns the ID of this object, or null if this object has not yet been saved.

Returns:
the ID of this object.

getName

java.lang.String getName()
Returns the name of this Bundle.

Returns:
the Bundle name

getDescription

java.lang.String getDescription()
Returns the description of this Bundle., or null if it doesn't exist.

Returns:
the Bundle description

getTimeStamp

java.util.Date getTimeStamp()
On the source Master Server, returns the time stamp of the bundle creation/update. On the destination Master Server, returns the time stamp of the bundle import/update.

Returns:
the date.