psdi.app.asset.topology.cron

Class AssetLink

  • java.lang.Object
    • psdi.app.asset.topology.cron.AssetLink

  • Deprecated. 
    same reason as for AssetGraph

    public class AssetLink
    extends java.lang.Object
    Class representing the Asset Relation used by the buisness view cache builder cron
    • Constructor Detail

      • AssetLink

        public AssetLink(AssetNode fromAsset,
                         AssetNode toAsset,
                         java.lang.String path)
        Deprecated. 
    • Method Detail

      • getFromAsset

        public AssetNode getFromAsset()
        Deprecated. 
      • setFromAsset

        public void setFromAsset(AssetNode fromAsset)
        Deprecated. 
      • getToAsset

        public AssetNode getToAsset()
        Deprecated. 
      • setToAsset

        public void setToAsset(AssetNode toAsset)
        Deprecated. 
      • getPath

        public java.lang.String getPath()
        Deprecated. 
      • setPath

        public void setPath(java.lang.String path)
        Deprecated.