MediaAssertBean.java 17.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
package com.cnlive.goldenline.model.home;

import java.io.Serializable;

/**
 * Description:点播发现好剧
 * Created on 2017/3/16
 * Author : 萧
 */
public class MediaAssertBean implements Serializable {

    private int tag;

    private int id;

    private String createTime;

    private String updateTime;

    private int enabled;

    private String cms_column_id;

    private String cms_column_name;

    private int site_id;

    private String copyright_id;

    private String copyright_material_id;

    private String source_path;

    private int status;

    private String createtime;

    private int uv;

    private String tureuv;

    private String jurisdiction;

    private String vd;

    private String columnId;

    private String columnName;

    private int mam_CreateDate;

    private String mam_Description;

    private int mam_PublishDate;

    private String mam_TVColumnMarkID;

    private String mam_TVColumnMarkName;

    private String mam_VideoEditor;

    private int mam_SeriesOrder;

    private String mam_VideoFlashUrl;

    private String mam_VideoFlashHUrl;

    private String mam_VideoFlashLUrl;

    private String mam_BigPostUrl;

    private String mam_SmallPosterUrl;

    private String mam_ProducerID;

    private String mam_VideoFlashUHUrl;

    private String mam_VideoUHUrl;

    private String mam_Actors;

    private String mam_Airtime;

    private String mam_NodeID;

    private String mam_NodeName;

    private String mam_Director;

    private String mam_STAMPTIME;

    private String mam_Title;

    private String mam_SubTitle;

    private String mam_Tags;

    private String mam_CPNAME;

    private String mam_CMCCID;

    private String mam_UUID;

    private String mam_PrgType;

    private int mam_SeriesSum;

    private int mam_Duration;

    private String mam_VideoUrl;

    private String mam_VideoHUrl;

    private String mam_VideoLUrl;

    private String mam_PosterUrl;

    private String colName;

    public MediaAssertBean() {
    }

    public MediaAssertBean(int id, String createTime, String updateTime, int enabled, String cms_column_id, String cms_column_name, int site_id, String copyright_id, String copyright_material_id, String source_path, int status, String createtime, int uv, String tureuv, String jurisdiction, String vd, String columnId, String columnName, int mam_CreateDate, String mam_Description, int mam_PublishDate, String mam_TVColumnMarkID, String mam_TVColumnMarkName, String mam_VideoEditor, int mam_SeriesOrder, String mam_VideoFlashUrl, String mam_VideoFlashHUrl, String mam_VideoFlashLUrl, String mam_BigPostUrl, String mam_SmallPosterUrl, String mam_ProducerID, String mam_VideoFlashUHUrl, String mam_VideoUHUrl, String mam_Actors, String mam_Airtime, String mam_NodeID, String mam_NodeName, String mam_Director, String mam_STAMPTIME, String mam_Title, String mam_SubTitle, String mam_Tags, String mam_CPNAME, String mam_CMCCID, String mam_UUID, String mam_PrgType, int mam_SeriesSum, int mam_Duration, String mam_VideoUrl, String mam_VideoHUrl, String mam_VideoLUrl, String mam_PosterUrl, String colName) {
        this.id = id;
        this.createTime = createTime;
        this.updateTime = updateTime;
        this.enabled = enabled;
        this.cms_column_id = cms_column_id;
        this.cms_column_name = cms_column_name;
        this.site_id = site_id;
        this.copyright_id = copyright_id;
        this.copyright_material_id = copyright_material_id;
        this.source_path = source_path;
        this.status = status;
        this.createtime = createtime;
        this.uv = uv;
        this.tureuv = tureuv;
        this.jurisdiction = jurisdiction;
        this.vd = vd;
        this.columnId = columnId;
        this.columnName = columnName;
        this.mam_CreateDate = mam_CreateDate;
        this.mam_Description = mam_Description;
        this.mam_PublishDate = mam_PublishDate;
        this.mam_TVColumnMarkID = mam_TVColumnMarkID;
        this.mam_TVColumnMarkName = mam_TVColumnMarkName;
        this.mam_VideoEditor = mam_VideoEditor;
        this.mam_SeriesOrder = mam_SeriesOrder;
        this.mam_VideoFlashUrl = mam_VideoFlashUrl;
        this.mam_VideoFlashHUrl = mam_VideoFlashHUrl;
        this.mam_VideoFlashLUrl = mam_VideoFlashLUrl;
        this.mam_BigPostUrl = mam_BigPostUrl;
        this.mam_SmallPosterUrl = mam_SmallPosterUrl;
        this.mam_ProducerID = mam_ProducerID;
        this.mam_VideoFlashUHUrl = mam_VideoFlashUHUrl;
        this.mam_VideoUHUrl = mam_VideoUHUrl;
        this.mam_Actors = mam_Actors;
        this.mam_Airtime = mam_Airtime;
        this.mam_NodeID = mam_NodeID;
        this.mam_NodeName = mam_NodeName;
        this.mam_Director = mam_Director;
        this.mam_STAMPTIME = mam_STAMPTIME;
        this.mam_Title = mam_Title;
        this.mam_SubTitle = mam_SubTitle;
        this.mam_Tags = mam_Tags;
        this.mam_CPNAME = mam_CPNAME;
        this.mam_CMCCID = mam_CMCCID;
        this.mam_UUID = mam_UUID;
        this.mam_PrgType = mam_PrgType;
        this.mam_SeriesSum = mam_SeriesSum;
        this.mam_Duration = mam_Duration;
        this.mam_VideoUrl = mam_VideoUrl;
        this.mam_VideoHUrl = mam_VideoHUrl;
        this.mam_VideoLUrl = mam_VideoLUrl;
        this.mam_PosterUrl = mam_PosterUrl;
        this.colName = colName;
    }

    public int getTag() {
        return tag;
    }

    public void setTag(int tag) {
        this.tag = tag;
    }

    public void setId(int id) {
        this.id = id;
    }

    public int getId() {
        return this.id;
    }

    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }

    public String getCreateTime() {
        return this.createTime;
    }

    public void setUpdateTime(String updateTime) {
        this.updateTime = updateTime;
    }

    public String getUpdateTime() {
        return this.updateTime;
    }

    public void setEnabled(int enabled) {
        this.enabled = enabled;
    }

    public int getEnabled() {
        return this.enabled;
    }

    public void setCms_column_id(String cms_column_id) {
        this.cms_column_id = cms_column_id;
    }

    public String getCms_column_id() {
        return this.cms_column_id;
    }

    public void setCms_column_name(String cms_column_name) {
        this.cms_column_name = cms_column_name;
    }

    public String getCms_column_name() {
        return this.cms_column_name;
    }

    public void setSite_id(int site_id) {
        this.site_id = site_id;
    }

    public int getSite_id() {
        return this.site_id;
    }

    public void setCopyright_id(String copyright_id) {
        this.copyright_id = copyright_id;
    }

    public String getCopyright_id() {
        return this.copyright_id;
    }

    public void setCopyright_material_id(String copyright_material_id) {
        this.copyright_material_id = copyright_material_id;
    }

    public String getCopyright_material_id() {
        return this.copyright_material_id;
    }

    public void setSource_path(String source_path) {
        this.source_path = source_path;
    }

    public String getSource_path() {
        return this.source_path;
    }

    public void setStatus(int status) {
        this.status = status;
    }

    public int getStatus() {
        return this.status;
    }

    public void setCreatetime(String createtime) {
        this.createtime = createtime;
    }

    public String getCreatetime() {
        return this.createtime;
    }

    public void setUv(int uv) {
        this.uv = uv;
    }

    public int getUv() {
        return this.uv;
    }

    public void setTureuv(String tureuv) {
        this.tureuv = tureuv;
    }

    public String getTureuv() {
        return this.tureuv;
    }

    public void setJurisdiction(String jurisdiction) {
        this.jurisdiction = jurisdiction;
    }

    public String getJurisdiction() {
        return this.jurisdiction;
    }

    public void setVd(String vd) {
        this.vd = vd;
    }

    public String getVd() {
        return this.vd;
    }

    public void setColumnId(String columnId) {
        this.columnId = columnId;
    }

    public String getColumnId() {
        return this.columnId;
    }

    @Override
    public String toString() {
        return "MediaAssertBean{" +
                "tag=" + tag +
                ", id=" + id +
                ", createTime='" + createTime + '\'' +
                ", updateTime='" + updateTime + '\'' +
                ", enabled=" + enabled +
                ", cms_column_id='" + cms_column_id + '\'' +
                ", cms_column_name='" + cms_column_name + '\'' +
                ", site_id=" + site_id +
                ", copyright_id='" + copyright_id + '\'' +
                ", copyright_material_id='" + copyright_material_id + '\'' +
                ", source_path='" + source_path + '\'' +
                ", status=" + status +
                ", createtime='" + createtime + '\'' +
                ", uv=" + uv +
                ", tureuv='" + tureuv + '\'' +
                ", jurisdiction='" + jurisdiction + '\'' +
                ", vd='" + vd + '\'' +
                ", columnId='" + columnId + '\'' +
                ", columnName='" + columnName + '\'' +
                ", mam_CreateDate=" + mam_CreateDate +
                ", mam_Description='" + mam_Description + '\'' +
                ", mam_PublishDate=" + mam_PublishDate +
                ", mam_TVColumnMarkID='" + mam_TVColumnMarkID + '\'' +
                ", mam_TVColumnMarkName='" + mam_TVColumnMarkName + '\'' +
                ", mam_VideoEditor='" + mam_VideoEditor + '\'' +
                ", mam_SeriesOrder=" + mam_SeriesOrder +
                ", mam_VideoFlashUrl='" + mam_VideoFlashUrl + '\'' +
                ", mam_VideoFlashHUrl='" + mam_VideoFlashHUrl + '\'' +
                ", mam_VideoFlashLUrl='" + mam_VideoFlashLUrl + '\'' +
                ", mam_BigPostUrl='" + mam_BigPostUrl + '\'' +
                ", mam_SmallPosterUrl='" + mam_SmallPosterUrl + '\'' +
                ", mam_ProducerID='" + mam_ProducerID + '\'' +
                ", mam_VideoFlashUHUrl='" + mam_VideoFlashUHUrl + '\'' +
                ", mam_VideoUHUrl='" + mam_VideoUHUrl + '\'' +
                ", mam_Actors='" + mam_Actors + '\'' +
                ", mam_Airtime='" + mam_Airtime + '\'' +
                ", mam_NodeID='" + mam_NodeID + '\'' +
                ", mam_NodeName='" + mam_NodeName + '\'' +
                ", mam_Director='" + mam_Director + '\'' +
                ", mam_STAMPTIME='" + mam_STAMPTIME + '\'' +
                ", mam_Title='" + mam_Title + '\'' +
                ", mam_SubTitle='" + mam_SubTitle + '\'' +
                ", mam_Tags='" + mam_Tags + '\'' +
                ", mam_CPNAME='" + mam_CPNAME + '\'' +
                ", mam_CMCCID='" + mam_CMCCID + '\'' +
                ", mam_UUID='" + mam_UUID + '\'' +
                ", mam_PrgType='" + mam_PrgType + '\'' +
                ", mam_SeriesSum=" + mam_SeriesSum +
                ", mam_Duration=" + mam_Duration +
                ", mam_VideoUrl='" + mam_VideoUrl + '\'' +
                ", mam_VideoHUrl='" + mam_VideoHUrl + '\'' +
                ", mam_VideoLUrl='" + mam_VideoLUrl + '\'' +
                ", mam_PosterUrl='" + mam_PosterUrl + '\'' +
                ", colName='" + colName + '\'' +
                '}';
    }

    public void setColumnName(String columnName) {
        this.columnName = columnName;
    }

    public String getColumnName() {
        return this.columnName;
    }

    public void setMam_CreateDate(int mam_CreateDate) {
        this.mam_CreateDate = mam_CreateDate;
    }

    public int getMam_CreateDate() {
        return this.mam_CreateDate;
    }

    public void setMam_Description(String mam_Description) {
        this.mam_Description = mam_Description;
    }

    public String getMam_Description() {
        return this.mam_Description;
    }

    public void setMam_PublishDate(int mam_PublishDate) {
        this.mam_PublishDate = mam_PublishDate;
    }

    public int getMam_PublishDate() {
        return this.mam_PublishDate;
    }

    public void setMam_TVColumnMarkID(String mam_TVColumnMarkID) {
        this.mam_TVColumnMarkID = mam_TVColumnMarkID;
    }

    public String getMam_TVColumnMarkID() {
        return this.mam_TVColumnMarkID;
    }

    public void setMam_TVColumnMarkName(String mam_TVColumnMarkName) {
        this.mam_TVColumnMarkName = mam_TVColumnMarkName;
    }

    public String getMam_TVColumnMarkName() {
        return this.mam_TVColumnMarkName;
    }

    public void setMam_VideoEditor(String mam_VideoEditor) {
        this.mam_VideoEditor = mam_VideoEditor;
    }

    public String getMam_VideoEditor() {
        return this.mam_VideoEditor;
    }

    public void setMam_SeriesOrder(int mam_SeriesOrder) {
        this.mam_SeriesOrder = mam_SeriesOrder;
    }

    public int getMam_SeriesOrder() {
        return this.mam_SeriesOrder;
    }

    public void setMam_VideoFlashUrl(String mam_VideoFlashUrl) {
        this.mam_VideoFlashUrl = mam_VideoFlashUrl;
    }

    public String getMam_VideoFlashUrl() {
        return this.mam_VideoFlashUrl;
    }

    public void setMam_VideoFlashHUrl(String mam_VideoFlashHUrl) {
        this.mam_VideoFlashHUrl = mam_VideoFlashHUrl;
    }

    public String getMam_VideoFlashHUrl() {
        return this.mam_VideoFlashHUrl;
    }

    public void setMam_VideoFlashLUrl(String mam_VideoFlashLUrl) {
        this.mam_VideoFlashLUrl = mam_VideoFlashLUrl;
    }

    public String getMam_VideoFlashLUrl() {
        return this.mam_VideoFlashLUrl;
    }

    public void setMam_BigPostUrl(String mam_BigPostUrl) {
        this.mam_BigPostUrl = mam_BigPostUrl;
    }

    public String getMam_BigPostUrl() {
        return this.mam_BigPostUrl;
    }

    public void setMam_SmallPosterUrl(String mam_SmallPosterUrl) {
        this.mam_SmallPosterUrl = mam_SmallPosterUrl;
    }

    public String getMam_SmallPosterUrl() {
        return this.mam_SmallPosterUrl;
    }

    public void setMam_ProducerID(String mam_ProducerID) {
        this.mam_ProducerID = mam_ProducerID;
    }

    public String getMam_ProducerID() {
        return this.mam_ProducerID;
    }

    public void setMam_VideoFlashUHUrl(String mam_VideoFlashUHUrl) {
        this.mam_VideoFlashUHUrl = mam_VideoFlashUHUrl;
    }

    public String getMam_VideoFlashUHUrl() {
        return this.mam_VideoFlashUHUrl;
    }

    public void setMam_VideoUHUrl(String mam_VideoUHUrl) {
        this.mam_VideoUHUrl = mam_VideoUHUrl;
    }

    public String getMam_VideoUHUrl() {
        return this.mam_VideoUHUrl;
    }

    public void setMam_Actors(String mam_Actors) {
        this.mam_Actors = mam_Actors;
    }

    public String getMam_Actors() {
        return this.mam_Actors;
    }

    public void setMam_Airtime(String mam_Airtime) {
        this.mam_Airtime = mam_Airtime;
    }

    public String getMam_Airtime() {
        return this.mam_Airtime;
    }

    public void setMam_NodeID(String mam_NodeID) {
        this.mam_NodeID = mam_NodeID;
    }

    public String getMam_NodeID() {
        return this.mam_NodeID;
    }

    public void setMam_NodeName(String mam_NodeName) {
        this.mam_NodeName = mam_NodeName;
    }

    public String getMam_NodeName() {
        return this.mam_NodeName;
    }

    public void setMam_Director(String mam_Director) {
        this.mam_Director = mam_Director;
    }

    public String getMam_Director() {
        return this.mam_Director;
    }

    public void setMam_STAMPTIME(String mam_STAMPTIME) {
        this.mam_STAMPTIME = mam_STAMPTIME;
    }

    public String getMam_STAMPTIME() {
        return this.mam_STAMPTIME;
    }

    public void setMam_Title(String mam_Title) {
        this.mam_Title = mam_Title;
    }

    public String getMam_Title() {
        return this.mam_Title;
    }

    public void setMam_SubTitle(String mam_SubTitle) {
        this.mam_SubTitle = mam_SubTitle;
    }

    public String getMam_SubTitle() {
        return this.mam_SubTitle;
    }

    public void setMam_Tags(String mam_Tags) {
        this.mam_Tags = mam_Tags;
    }

    public String getMam_Tags() {
        return this.mam_Tags;
    }

    public void setMam_CPNAME(String mam_CPNAME) {
        this.mam_CPNAME = mam_CPNAME;
    }

    public String getMam_CPNAME() {
        return this.mam_CPNAME;
    }

    public void setMam_CMCCID(String mam_CMCCID) {
        this.mam_CMCCID = mam_CMCCID;
    }

    public String getMam_CMCCID() {
        return this.mam_CMCCID;
    }

    public void setMam_UUID(String mam_UUID) {
        this.mam_UUID = mam_UUID;
    }

    public String getMam_UUID() {
        return this.mam_UUID;
    }

    public void setMam_PrgType(String mam_PrgType) {
        this.mam_PrgType = mam_PrgType;
    }

    public String getMam_PrgType() {
        return this.mam_PrgType;
    }

    public void setMam_SeriesSum(int mam_SeriesSum) {
        this.mam_SeriesSum = mam_SeriesSum;
    }

    public int getMam_SeriesSum() {
        return this.mam_SeriesSum;
    }

    public void setMam_Duration(int mam_Duration) {
        this.mam_Duration = mam_Duration;
    }

    public int getMam_Duration() {
        return this.mam_Duration;
    }

    public void setMam_VideoUrl(String mam_VideoUrl) {
        this.mam_VideoUrl = mam_VideoUrl;
    }

    public String getMam_VideoUrl() {
        return this.mam_VideoUrl;
    }

    public void setMam_VideoHUrl(String mam_VideoHUrl) {
        this.mam_VideoHUrl = mam_VideoHUrl;
    }

    public String getMam_VideoHUrl() {
        return this.mam_VideoHUrl;
    }

    public void setMam_VideoLUrl(String mam_VideoLUrl) {
        this.mam_VideoLUrl = mam_VideoLUrl;
    }

    public String getMam_VideoLUrl() {
        return this.mam_VideoLUrl;
    }

    public void setMam_PosterUrl(String mam_PosterUrl) {
        this.mam_PosterUrl = mam_PosterUrl;
    }

    public String getMam_PosterUrl() {
        return this.mam_PosterUrl;
    }

    public void setColName(String colName) {
        this.colName = colName;
    }

    public String getColName() {
        return this.colName;
    }


}