org.fedoracommons.funapi
Class UnapiFormats
java.lang.Object
org.fedoracommons.funapi.UnapiFormats
public class UnapiFormats
- extends java.lang.Object
Representation of an UnAPI formats element.
- Since:
- 0.1
- Version:
- $Id: UnapiFormats.java 33 2008-10-25 19:31:36Z pangloss $
- Author:
- Edwin Shin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnapiFormats
public UnapiFormats(java.lang.String id,
java.util.List<UnapiFormat> formats)
UnapiFormats
public UnapiFormats(java.lang.String id)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getFormats
public java.util.List<UnapiFormat> getFormats()
setFormats
public void setFormats(java.util.List<UnapiFormat> formats)
addFormat
public void addFormat(UnapiFormat format)
size
public int size()
Copyright © 2008 Fedora Commons, Inc.. All Rights Reserved.