Package de.swa.mmfg

Class AssetLink

java.lang.Object
de.swa.mmfg.AssetLink

public class AssetLink
extends java.lang.Object
data type to represent Asset Links
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int TYPE_IMAGE  
    static int TYPE_TEXT  
    static int TYPE_VIDEO  
  • Constructor Summary

    Constructors 
    Constructor Description
    AssetLink()  
    AssetLink​(int type, java.net.URL location, java.lang.String assetName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAssetName()  
    java.net.URL getLocation()  
    int getType()  
    void setAssetName​(java.lang.String assetName)  
    void setLocation​(java.net.URL location)  
    void setType​(int type)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait