Liferay 7.0-ce-b4

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(AssetCategory assetCategory, AssetEntry assetEntry, AssetTag assetTag, AssetVocabulary assetVocabulary)
           
 
Method Summary
 AssetCategory getAssetCategory()
           
 AssetEntry getAssetEntry()
           
 AssetTag getAssetTag()
           
 AssetVocabulary getAssetVocabulary()
           
 void setAssetCategory(AssetCategory assetCategory)
           
 void setAssetEntry(AssetEntry assetEntry)
           
 void setAssetTag(AssetTag assetTag)
           
 void setAssetVocabulary(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(AssetCategory assetCategory,
                                                            AssetEntry assetEntry,
                                                            AssetTag assetTag,
                                                            AssetVocabulary assetVocabulary)
Method Detail

getAssetCategory

public AssetCategory getAssetCategory()

getAssetEntry

public AssetEntry getAssetEntry()

getAssetTag

public AssetTag getAssetTag()

getAssetVocabulary

public AssetVocabulary getAssetVocabulary()

setAssetCategory

public void setAssetCategory(AssetCategory assetCategory)

setAssetEntry

public void setAssetEntry(AssetEntry assetEntry)

setAssetTag

public void setAssetTag(AssetTag assetTag)

setAssetVocabulary

public void setAssetVocabulary(AssetVocabulary assetVocabulary)

Liferay 7.0-ce-b4