eu.etaxonomy.cdm.model.media
Class MovieFile
java.lang.Object
eu.etaxonomy.cdm.model.common.CdmBase
eu.etaxonomy.cdm.model.common.VersionableEntity
eu.etaxonomy.cdm.model.media.MediaRepresentationPart
eu.etaxonomy.cdm.model.media.MovieFile
- All Implemented Interfaces:
- ICdmBase, IVersionableEntity, Serializable, Cloneable
@Entity
public class MovieFile
- extends MediaRepresentationPart
- Version:
- 1.0
- Author:
- m.doering
- See Also:
- Serialized Form
| Fields inherited from class eu.etaxonomy.cdm.model.common.CdmBase |
uuid |
| Methods inherited from class eu.etaxonomy.cdm.model.common.CdmBase |
addPropertyChangeListener, addPropertyChangeListener, clone, deproxy, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCreated, getCreatedBy, getId, getUuid, hashCode, hasListeners, instanceToString, invokeSetMethod, invokeSetMethodWithNull, isInstanceOf, removePropertyChangeListener, removePropertyChangeListener, setCreated, setCreatedBy, setId, setUuid, toString |
MovieFile
protected MovieFile()
- Constructor
MovieFile
protected MovieFile(URI uri,
Integer size)
- Constructor
NewInstance
public static MovieFile NewInstance(URI uri,
Integer size)
NewInstance
public static MovieFile NewInstance()
- Factory method
- Returns:
getDuration
public int getDuration()
- The Length of the movie in seconds
- Returns:
setDuration
public void setDuration(int duration)
- Sets the Length of the movie in seconds
- Parameters:
duration - duration
Copyright © 2007-2013 EDIT. All Rights Reserved.