﻿/**********************************************************************************************
* Blockdot Business Data
*
* PortfolioItemBO.js
***********************************************************************************************/





function PortfolioItem() {
    this.portfolioItemID;
    this.name;
    this.clientName;
    this.itemTypeName;
    this.externalURL;
    this.imageFileName;
    this.active;
}
