Liferay 7.0-ga1 portal-test-integration

com.liferay.portal.lar.test
Class BaseStagedModelDataHandlerTestCase.StagedModelAssets

java.lang.Object
  extended by com.liferay.portal.lar.test.BaseStagedModelDataHandlerTestCase.StagedModelAssets
All Implemented Interfaces:
Serializable
Enclosing class:
BaseStagedModelDataHandlerTestCase

protected class BaseStagedModelDataHandlerTestCase.StagedModelAssets
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BaseStagedModelDataHandlerTestCase.StagedModelAssets(com.liferay.asset.kernel.model.AssetCategory assetCategory, com.liferay.asset.kernel.model.AssetEntry assetEntry, com.liferay.asset.kernel.model.AssetTag assetTag, com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary)
           
 
Method Summary
 com.liferay.asset.kernel.model.AssetCategory getAssetCategory()
           
 com.liferay.asset.kernel.model.AssetEntry getAssetEntry()
           
 com.liferay.asset.kernel.model.AssetTag getAssetTag()
           
 com.liferay.asset.kernel.model.AssetVocabulary getAssetVocabulary()
           
 void setAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)
           
 void setAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry)
           
 void setAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
           
 void setAssetVocabulary(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseStagedModelDataHandlerTestCase.StagedModelAssets

public BaseStagedModelDataHandlerTestCase.StagedModelAssets(com.liferay.asset.kernel.model.AssetCategory assetCategory,
                                                            com.liferay.asset.kernel.model.AssetEntry assetEntry,
                                                            com.liferay.asset.kernel.model.AssetTag assetTag,
                                                            com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary)
Method Detail

getAssetCategory

public com.liferay.asset.kernel.model.AssetCategory getAssetCategory()

getAssetEntry

public com.liferay.asset.kernel.model.AssetEntry getAssetEntry()

getAssetTag

public com.liferay.asset.kernel.model.AssetTag getAssetTag()

getAssetVocabulary

public com.liferay.asset.kernel.model.AssetVocabulary getAssetVocabulary()

setAssetCategory

public void setAssetCategory(com.liferay.asset.kernel.model.AssetCategory assetCategory)

setAssetEntry

public void setAssetEntry(com.liferay.asset.kernel.model.AssetEntry assetEntry)

setAssetTag

public void setAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)

setAssetVocabulary

public void setAssetVocabulary(com.liferay.asset.kernel.model.AssetVocabulary assetVocabulary)

Liferay 7.0-ga1 portal-test-integration