org.yestech.publish.objectmodel.episodic
Interface IEpisodicArtifact


public interface IEpisodicArtifact

Contains episodic specific information that can be saved to an object if this interface is implemented.

Author:
A.J. Wright
See Also:
IEpisodicArtifactPersister

Method Summary
 String getAssetId()
           
 String getEpisodeId()
           
 void setAssetId(String assetId)
           
 void setEpisodeId(String episodeId)
           
 

Method Detail

getAssetId

String getAssetId()

setAssetId

void setAssetId(String assetId)

getEpisodeId

String getEpisodeId()

setEpisodeId

void setEpisodeId(String episodeId)


Copyright © 2010 YES Technology Association. All Rights Reserved.