com.adobe.mediacore.timeline.advertising
Class PlacementInformation

java.lang.Object
  extended by com.adobe.mediacore.timeline.advertising.PlacementInformation

public final class PlacementInformation
extends Object


Nested Class Summary
static class PlacementInformation.Type
           
 
Field Summary
static int UNKNOWN_DURATION
           
 
Constructor Summary
PlacementInformation(PlacementInformation.Type type, long time, long duration)
           
 
Method Summary
 long getDuration()
           
 long getTime()
           
 PlacementInformation.Type getType()
           
 String toString()
          Returns a String representation of the current placement information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_DURATION

public static final int UNKNOWN_DURATION
See Also:
Constant Field Values
Constructor Detail

PlacementInformation

public PlacementInformation(PlacementInformation.Type type,
                            long time,
                            long duration)
Method Detail

getDuration

public long getDuration()

getTime

public long getTime()

getType

public PlacementInformation.Type getType()

toString

public String toString()
Returns a String representation of the current placement information.

Overrides:
toString in class Object
Returns:
a string containing all properties of this placement information