001package org.kuali.ole.describe.bo.marc.structuralfields.controlfield007; 002 003/** 004 * Created with IntelliJ IDEA. 005 * User: jayabharathreddy 006 * Date: 7/15/13 007 * Time: 3:46 PM 008 * To change this template use File | Settings | File Templates. 009 */ 010public class ControlField007Text { 011 012 private String rawText; 013 014 public String getRawText() { 015 return rawText; 016 } 017 018 public void setRawText(String rawText) { 019 this.rawText = rawText; 020 } 021}