|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.fatwire.assetapi.def.AssetTypeDefProperties
public final class AssetTypeDefProperties
This class hosts properties associated with an asset type definition.
| Constructor Summary | |
|---|---|
AssetTypeDefProperties() |
|
| Method Summary | |
|---|---|
boolean |
getCanAddSubtypes()Indicates if this asset type can have subtypes |
boolean |
getIsAssetmakerAsset()Indicates if this asset type is an asset maker asset type |
boolean |
getIsCoreAsset()Indicates if this asset type is a core asset type. |
boolean |
getIsFlexAsset()Indicates if this asset type is a flex asset |
boolean |
getIsNameMustUnique()Indicates if the name for this type has to be unique |
boolean |
isCanPreview()whether or not the asset type is previewable |
void |
setCanAddSubtypes(boolean bCanAddSubtypes)Sets/resets whether this type can or can not have subtypes. |
void |
setCanPreview(boolean canPreview)set canPreview |
void |
setIsAssetmakerAsset(boolean bIsAssetmakerAsset)Sets the asset maker asset type information for this asset type |
void |
setIsCoreAsset(boolean bIsCoreAsset)Sets the type of this asset type (core or not). |
void |
setIsFlexAsset(boolean bIsFlexAsset)Sets the asset type to be or not to be a flex asset |
void |
setIsNameMustUnique(boolean bIsNameMustUnique)Sets the asset type to have unique name or to not have unqiue name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetTypeDefProperties()
| Method Detail |
|---|
public boolean isCanPreview()
public void setCanPreview(boolean canPreview)
canPreview -public boolean getIsCoreAsset()
true, if the asset type is core asset type; false, if not.public void setIsCoreAsset(boolean bIsCoreAsset)
bIsCoreAsset - true indicates this asset type is core asset type. false indicates otherwise.public boolean getCanAddSubtypes()
true, if this asset type can have subtypes; false if it can notpublic void setCanAddSubtypes(boolean bCanAddSubtypes)
bCanAddSubtypes - true indicates this asset type could have subtypes added. false indicates this asset type could not have subtypes added.public boolean getIsAssetmakerAsset()
true, if this asset type is an asset maker asset type; false, if this asset type is not an asset maker asset typepublic void setIsAssetmakerAsset(boolean bIsAssetmakerAsset)
bIsAssetmakerAsset - true indicates this asset type is an asset maker asset; false indicates this asset type is not an asset make asset.public boolean getIsFlexAsset()
true, if this asset type is a flex asset; false, if this asset type is not a flex assetpublic void setIsFlexAsset(boolean bIsFlexAsset)
bIsFlexAsset - true indicates this asset type is a flex asset; false indicates this asset type is not a flex assetpublic boolean getIsNameMustUnique()
true, if this asset type requires unique name; false, if this asset type does not require unique namepublic void setIsNameMustUnique(boolean bIsNameMustUnique)
bIsNameMustUnique - true indicates this asset type requires unique name; false indicates this asset type does not require unique name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.