|
|
|
@ -52,7 +52,7 @@ public class GoodsSource { |
|
|
|
/** |
|
|
|
* 目标标识符-->整体目标标识符:目标标识符类型 + 目标标识符(ISBN000000XXXXXX) |
|
|
|
*/ |
|
|
|
private String targetidentify; |
|
|
|
private String targetIdentify; |
|
|
|
|
|
|
|
/** |
|
|
|
* 目标片段 |
|
|
|
@ -62,7 +62,7 @@ public class GoodsSource { |
|
|
|
/** |
|
|
|
* 目标类型:服务关联创建的实体(1:其他文献/2:音频/3:视频/4:图片/5:文化产品) |
|
|
|
*/ |
|
|
|
private String targetformat; |
|
|
|
private String targetFormat; |
|
|
|
|
|
|
|
/** |
|
|
|
* isli元数据(其他文献实体/音频实体/视频实体/): json格式 |
|
|
|
@ -77,7 +77,7 @@ public class GoodsSource { |
|
|
|
/** |
|
|
|
* isli元数据(其他文献实体/音频实体/视频实体/): json格式 |
|
|
|
*/ |
|
|
|
private String metadataxml; |
|
|
|
private String metadataXml; |
|
|
|
|
|
|
|
/** |
|
|
|
* 注销说明 |
|
|
|
@ -216,12 +216,12 @@ public class GoodsSource { |
|
|
|
this.targetNameType = targetNameType; |
|
|
|
} |
|
|
|
|
|
|
|
public String getTargetidentify() { |
|
|
|
return targetidentify; |
|
|
|
public String getTargetIdentify() { |
|
|
|
return targetIdentify; |
|
|
|
} |
|
|
|
|
|
|
|
public void setTargetidentify(String targetidentify) { |
|
|
|
this.targetidentify = targetidentify; |
|
|
|
public void setTargetIdentify(String targetIdentify) { |
|
|
|
this.targetIdentify = targetIdentify; |
|
|
|
} |
|
|
|
|
|
|
|
public String getTargetFragment() { |
|
|
|
@ -232,12 +232,12 @@ public class GoodsSource { |
|
|
|
this.targetFragment = targetFragment; |
|
|
|
} |
|
|
|
|
|
|
|
public String getTargetformat() { |
|
|
|
return targetformat; |
|
|
|
public String getTargetFormat() { |
|
|
|
return targetFormat; |
|
|
|
} |
|
|
|
|
|
|
|
public void setTargetformat(String targetformat) { |
|
|
|
this.targetformat = targetformat; |
|
|
|
public void setTargetFormat(String targetFormat) { |
|
|
|
this.targetFormat = targetFormat; |
|
|
|
} |
|
|
|
|
|
|
|
public String getSourceData() { |
|
|
|
@ -256,12 +256,12 @@ public class GoodsSource { |
|
|
|
this.targetData = targetData; |
|
|
|
} |
|
|
|
|
|
|
|
public String getMetadataxml() { |
|
|
|
return metadataxml; |
|
|
|
public String getMetadataXml() { |
|
|
|
return metadataXml; |
|
|
|
} |
|
|
|
|
|
|
|
public void setMetadataxml(String metadataxml) { |
|
|
|
this.metadataxml = metadataxml; |
|
|
|
public void setMetadataXml(String metadataXml) { |
|
|
|
this.metadataXml = metadataXml; |
|
|
|
} |
|
|
|
|
|
|
|
public String getCancellationReason() { |
|
|
|
|