Liferay 7.0-ce-a2

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

getAssetCategory

public AssetCategory getAssetCategory()

getAssetTag

public AssetTag getAssetTag()

getAssetVocabulary

public AssetVocabulary getAssetVocabulary()

setAssetCategory

public void setAssetCategory(AssetCategory assetCategory)

setAssetTag

public void setAssetTag(AssetTag assetTag)

setAssetVocabulary

public void setAssetVocabulary(AssetVocabulary assetVocabulary)

Liferay 7.0-ce-a2