com.fatwire.assetapi.def
Interface AssetTypeInfo


public interface AssetTypeInfo

Represents the simple asset type information


Method Summary
 java.lang.String getAssetTypeName()
          Gets the asset type name
 java.lang.String getDescription()
          Gets the asset type description
 java.lang.String getPlural()
          Gets the asset type plural name
 boolean isAssetTypeIndexingEnabled()
          Gets whether the asset type is enabled for indexing or not
 

Method Detail

getAssetTypeName

java.lang.String getAssetTypeName()
Gets the asset type name

Returns:
the String format of asset type name

getDescription

java.lang.String getDescription()
Gets the asset type description

Returns:
the String format of asset type description

getPlural

java.lang.String getPlural()
Gets the asset type plural name

Returns:
the String format of asset type plural name

isAssetTypeIndexingEnabled

boolean isAssetTypeIndexingEnabled()
Gets whether the asset type is enabled for indexing or not

Returns:
true if enabled for indexing; false otherwise


Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.