| java.lang.Object org.sakaibrary.osid.repository.xserver.AssetPresentationBean
AssetPresentationBean | public class AssetPresentationBean implements java.io.Serializable(Code) | | This class wraps an org.osid.repository.Asset to make it more suitable
for presentation
author: gbhatnag |
Constructor Summary | |
public | AssetPresentationBean(org.osid.repository.Asset asset) Constructor takes an org.osid.repository.Asset and extracts all
data for easier presentation. |
AssetPresentationBean | public AssetPresentationBean(org.osid.repository.Asset asset)(Code) | | Constructor takes an org.osid.repository.Asset and extracts all
data for easier presentation.
|
getAuthor | public String getAuthor() throws org.osid.repository.RepositoryException, org.osid.shared.SharedException(Code) | | |
getCoverage | public String getCoverage() throws org.osid.repository.RepositoryException, org.osid.shared.SharedException(Code) | | |
getDate | public String getDate() throws org.osid.repository.RepositoryException, org.osid.shared.SharedException(Code) | | |
getSourceTitle | public String getSourceTitle() throws org.osid.repository.RepositoryException, org.osid.shared.SharedException(Code) | | |
getUrl | public String getUrl() throws org.osid.repository.RepositoryException, org.osid.shared.SharedException(Code) | | |
|
|