Author: jaz
Date: Mon Dec 11 13:22:04 2006
New Revision: 485873
URL:
http://svn.apache.org/viewvc?view=rev&rev=485873Log:
implemented content wrapper interface for future test cases
Added:
incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java (with props)
Added: incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java?view=auto&rev=485873==============================================================================
--- incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java (added)
+++ incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java Mon Dec 11 13:22:04 2006
@@ -0,0 +1,27 @@
+/*
+ *
+ * Copyright 2001-2006 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ *
http://www.apache.org/licenses/LICENSE-2.0+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+package org.ofbiz.content.content;
+
+/**
+ * ContentWrapper Interface
+ */
+
+public interface ContentWrapper {
+
+ public String get(String contentTypeId);
+
+}
Propchange: incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java
------------------------------------------------------------------------------
svn:keywords = "Id Rev Author"
Propchange: incubator/ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWrapper.java
------------------------------------------------------------------------------
svn:mime-type = text/plain